#33AF4F

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

Shades of Chateau Green #33AF4F

Tints of Chateau Green #33AF4F

Color information

#33AF4F (or 0x33AF4F) is unknown color: approx Chateau Green. HEX triplet: 33, AF and 4F. RGB value is (51,175,79). Sum of RGB (Red+Green+Blue) = 51+175+79=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 175 (68.75% from 255 or 57.38% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 175 - color contains mainly: green. Hex color #33AF4F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33AF4F is #CC50B0. Grayscale: #7F7F7F. Windows color (decimal): -13390001 or 5222195. OLE color: 5222195.

HSL color Cylindrical-coordinate representation of color #33AF4F: hue angle of 133.55º 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 #33AF4F is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB5117579-
CMYK0.7100.550.31
HSL133.55º54.87%44.31%-
HSV(B)133.55º70.86%68.63%-
XYZ18.1131.9312.61-
YUV126.98100.9273.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 175 (68.75% from 255) = 57.38%
BLUE value IS 79 (31.25% from 255) = 25.90%
R=16.72%
G=57.38%
B=25.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal51175790.7100.550.31133.5554.8744.31
Hex33AF4F470371F86372c
Octal63257117107067372066754
Binary110011101011111001111100011101101111111110000110110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AF4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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