#3FAF56

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

Shades of Chateau Green #3FAF56

Tints of Chateau Green #3FAF56

Color information

#3FAF56 (or 0x3FAF56) is unknown color: approx Chateau Green. HEX triplet: 3F, AF and 56. RGB value is (63,175,86). Sum of RGB (Red+Green+Blue) = 63+175+86=324 (42% of max value = 765). Red value is 63 (25% from 255 or 19.44% from 324); Green value is 175 (68.75% from 255 or 54.01% from 324); Blue value is 86 (33.98% from 255 or 26.54% from 324); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF56 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF56 is #C050A9. Grayscale: #838383. Windows color (decimal): -12603562 or 5680959. OLE color: 5680959.

HSL color Cylindrical-coordinate representation of color #3FAF56: hue angle of 132.32º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF56 is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.31.

Color convert

RGB6317586-
CMYK0.6400.510.31
HSL132.32º47.06%46.67%-
HSV(B)132.32º64%68.63%-
XYZ19.0632.3914.05-
YUV131.37102.3979.24-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.44%
GREEN value IS 175 (68.75% from 255) = 54.01%
BLUE value IS 86 (33.98% from 255) = 26.54%
R=19.44%
G=54.01%
B=26.54%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63175860.6400.510.31132.3247.0646.67
Hex3FAF56400331F842f2f
Octal77257126100063372045757
Binary111111101011111010110100000001100111111110000100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3FAF56; }

 p { color: rgb(63,175,86); }

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

<style>
 a { background-color: #3FAF56; }

 a { background-color: rgb(63,175,86); }

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

<style>
 span { border-color: #3FAF56; }

 span { border-color: rgb(63,175,86); }

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