Html Css Color HEX #33A150 Chateau Green

📋 copy color: '#33A150'

red 51 ◦ green 161 ◦ blue 80

#33A150
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #33A150

Tints of Chateau Green #33A150

RGB

 RED value IS 51 (20.31% from 255) = 17.47%

 GREEN value IS 161 (63.28% from 255) = 55.14%

 BLUE value IS 80 (31.64% from 255) = 27.4%

R = 17.47%
G = 55.14%
B = 27.4%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.50

 K value IS 0.37

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#33A150 (or 0x33A150) is known color: Chateau Green. HEX triplet: 33, A1 and 50. RGB value is (51,161,80). Sum of RGB (Red+Green+Blue) = 51+161+80=292 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.47% from 292); Green value is 161 (63.28% from 255 or 55.14% from 292); Blue value is 80 (31.64% from 255 or 27.40% from 292); Max value from RGB is 161 - color contains mainly: green. Hex color #33A150 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A150 is #CC5EAF. Grayscale: #777777. Windows color (decimal): -13393584 or 5284147. OLE color: 5284147.

HSL color Cylindrical-coordinate representation of color #33A150: hue angle of 135.82º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #33A150 is Cyan = 0.68, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.37.

Color convert

RGB 51 161 80 -
CMYK 0.68 0 0.50 0.37
HSL 135.82º 0.52% 0.42% -
HSV(B) 135.82º 0.68% 0.63% -
XYZ 15.56 26.77 11.94 -
YUV 118.88 106.06 79.59 -
System Red Green Blue C M Y K H S L
Decimal 51 161 80 0.68 0 0.50 0.37 135.82 0.52 0.42
Hex 33 A1 50 44 0 32 25 88 34 2A
Octal 63 241 120 104 0 62 45 210 64 52
Binary 110011 10100001 1010000 1000100 0 110010 100101 10001000 110100 101010

Color Harmonies of #33A150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33A150

Black with #33A150

Text Example


Text Example

White with #33A150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33A150; }

 p { color: rgb(51,161,80); }

 H1.HeaderClassName
 {
   color: #33A150;
 }
 .AnyTagClassName
 {
   color: #33A150;
 }
</style>

background-color css

<style>
 a { background-color: #33A150; }

 a { background-color: rgb(51,161,80); }

 div.DivClassName
 {
   background-color: #33A150;
 }
 .BgClassName
 {
   background-color: #33A150;
 }
</style>

border-color css

<style>
 span { border-color: #33A150; }

 span { border-color: rgb(51,161,80); }

 td.TdClassName
 {
   border-color: #33A150;
 }
 .TagClassName
 {
   border-color: #33A150;
 }
</style>