#33A052

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

Shades of Chateau Green #33A052

Tints of Chateau Green #33A052

Color information

#33A052 (or 0x33A052) is unknown color: approx Chateau Green. HEX triplet: 33, A0 and 52. RGB value is (51,160,82). Sum of RGB (Red+Green+Blue) = 51+160+82=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 160 (62.89% from 255 or 54.61% from 293); Blue value is 82 (32.42% from 255 or 27.99% from 293); Max value from RGB is 160 - color contains mainly: green. Hex color #33A052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33A052 is #CC5FAD. Grayscale: #767676. Windows color (decimal): -13393838 or 5414963. OLE color: 5414963.

HSL color Cylindrical-coordinate representation of color #33A052: hue angle of 137.06º 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 #33A052 is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.37.

Color convert

RGB5116082-
CMYK0.6800.490.37
HSL137.06º51.66%41.37%-
HSV(B)137.06º68.12%62.75%-
XYZ15.4626.4512.27-
YUV118.52107.3979.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 160 (62.89% from 255) = 54.61%
BLUE value IS 82 (32.42% from 255) = 27.99%
R=17.41%
G=54.61%
B=27.99%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal51160820.6800.490.37137.0651.6641.37
Hex33A0524403125893429
Octal63240122104061452116451
Binary1100111010000010100101000100011000110010110001001110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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