#3FAF60

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

Shades of Chateau Green #3FAF60

Tints of Chateau Green #3FAF60

Color information

#3FAF60 (or 0x3FAF60) is unknown color: approx Chateau Green. HEX triplet: 3F, AF and 60. RGB value is (63,175,96). Sum of RGB (Red+Green+Blue) = 63+175+96=334 (44% of max value = 765). Red value is 63 (25% from 255 or 18.86% from 334); Green value is 175 (68.75% from 255 or 52.40% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF60 is #C0509F. Grayscale: #848484. Windows color (decimal): -12603552 or 6336319. OLE color: 6336319.

HSL color Cylindrical-coordinate representation of color #3FAF60: hue angle of 137.68º 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 #3FAF60 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB6317596-
CMYK0.6400.450.31
HSL137.68º47.06%46.67%-
HSV(B)137.68º64%68.63%-
XYZ19.4932.5616.32-
YUV132.51107.3978.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.86%
GREEN value IS 175 (68.75% from 255) = 52.40%
BLUE value IS 96 (37.89% from 255) = 28.74%
R=18.86%
G=52.40%
B=28.74%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63175960.6400.450.31137.6847.0646.67
Hex3FAF604002D1F8a2f2f
Octal77257140100055372125757
Binary111111101011111100000100000001011011111110001010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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