Html Css Color HEX #33AB5E Chateau Green

📋 copy color: '#33AB5E'

red 51 ◦ green 171 ◦ blue 94

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

Shades of Chateau Green #33AB5E

Tints of Chateau Green #33AB5E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 54.11%

 BLUE value IS 94 (37.11% from 255) = 29.75%

R = 16.14%
G = 54.11%
B = 29.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#33AB5E (or 0x33AB5E) is known color: Chateau Green. HEX triplet: 33, AB and 5E. RGB value is (51,171,94). Sum of RGB (Red+Green+Blue) = 51+171+94=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 171 (67.19% from 255 or 54.11% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 171 - color contains mainly: green. Hex color #33AB5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AB5E is #CC54A1. Grayscale: #7E7E7E. Windows color (decimal): -13391010 or 6204211. OLE color: 6204211.

HSL color Cylindrical-coordinate representation of color #33AB5E: hue angle of 141.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #33AB5E is Cyan = 0.70, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 51 171 94 -
CMYK 0.70 0 0.45 0.33
HSL 141.5º 0.54% 0.44% -
HSV(B) 141.5º 0.7% 0.67% -
XYZ 17.95 30.64 15.56 -
YUV 126.34 109.74 74.26 -
System Red Green Blue C M Y K H S L
Decimal 51 171 94 0.70 0 0.45 0.33 141.5 0.54 0.44
Hex 33 AB 5E 46 0 2D 21 8E 36 2C
Octal 63 253 136 106 0 55 41 216 66 54
Binary 110011 10101011 1011110 1000110 0 101101 100001 10001110 110110 101100

Color Harmonies of #33AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33AB5E

Black with #33AB5E

Text Example


Text Example

White with #33AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,171,94); }

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

background-color css

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

 a { background-color: rgb(51,171,94); }

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

border-color css

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

 span { border-color: rgb(51,171,94); }

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