#33A04A

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

Shades of Chateau Green #33A04A

Tints of Chateau Green #33A04A

Color information

#33A04A (or 0x33A04A) is unknown color: approx Chateau Green. HEX triplet: 33, A0 and 4A. RGB value is (51,160,74). Sum of RGB (Red+Green+Blue) = 51+160+74=285 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.89% from 285); Green value is 160 (62.89% from 255 or 56.14% from 285); Blue value is 74 (29.30% from 255 or 25.96% from 285); Max value from RGB is 160 - color contains mainly: green. Hex color #33A04A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A04A is #CC5FB5. Grayscale: #757575. Windows color (decimal): -13393846 or 4890675. OLE color: 4890675.

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

Color convert

RGB5116074-
CMYK0.6800.540.37
HSL132.66º51.66%41.37%-
HSV(B)132.66º68.12%62.75%-
XYZ15.1726.3410.76-
YUV117.6103.3980.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.89%
GREEN value IS 160 (62.89% from 255) = 56.14%
BLUE value IS 74 (29.30% from 255) = 25.96%
R=17.89%
G=56.14%
B=25.96%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51160740.6800.540.37132.6651.6641.37
Hex33A04A4403625853429
Octal63240112104066452056451
Binary1100111010000010010101000100011011010010110000101110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A04A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,160,74); }

 H1.HeaderClassName
 {
   color: #33A04A;
 }
 .AnyTagClassName
 {
   color: #33A04A;
 }
</style>
background-color css

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

 a { background-color: rgb(51,160,74); }

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

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

 span { border-color: rgb(51,160,74); }

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