#33AF50

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

Shades of Chateau Green #33AF50

Tints of Chateau Green #33AF50

Color information

#33AF50 (or 0x33AF50) is unknown color: approx Chateau Green. HEX triplet: 33, AF and 50. RGB value is (51,175,80). Sum of RGB (Red+Green+Blue) = 51+175+80=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 175 (68.75% from 255 or 57.19% from 306); Blue value is 80 (31.64% from 255 or 26.14% from 306); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AF50 is #CC50AF. Grayscale: #7F7F7F. Windows color (decimal): -13390000 or 5287731. OLE color: 5287731.

HSL color Cylindrical-coordinate representation of color #33AF50: hue angle of 134.03º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33AF50 is Cyan = 0.71, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB5117580-
CMYK0.7100.540.31
HSL134.03º54.87%44.31%-
HSV(B)134.03º70.86%68.63%-
XYZ18.1431.9412.8-
YUV127.09101.4273.72-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 175 (68.75% from 255) = 57.19%
BLUE value IS 80 (31.64% from 255) = 26.14%
R=16.67%
G=57.19%
B=26.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51175800.7100.540.31134.0354.8744.31
Hex33AF50470361F86372c
Octal63257120107066372066754
Binary110011101011111010000100011101101101111110000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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