#33AB5E

Color #33AB5E Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #33AB5E

Tints of Chateau Green #33AB5E

Color information

#33AB5E (or 0x33AB5E) is unknown color: approx 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

RGB5117194-
CMYK0.7000.450.33
HSL141.5º54.05%43.53%-
HSV(B)141.5º70.18%67.06%-
XYZ17.9530.6415.56-
YUV126.34109.7474.26-

RGB Variations

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

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 (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal51171940.7000.450.33141.554.0543.53
Hex33AB5E4602D218e362c
Octal63253136106055412166654
Binary1100111010101110111101000110010110110000110001110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AB5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>