#3FAF61

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

Shades of Chateau Green #3FAF61

Tints of Chateau Green #3FAF61

Color information

#3FAF61 (or 0x3FAF61) is unknown color: approx Chateau Green. HEX triplet: 3F, AF and 61. RGB value is (63,175,97). Sum of RGB (Red+Green+Blue) = 63+175+97=335 (44% of max value = 765). Red value is 63 (25% from 255 or 18.81% from 335); Green value is 175 (68.75% from 255 or 52.24% from 335); Blue value is 97 (38.28% from 255 or 28.96% from 335); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FAF61 is #C0509E. Grayscale: #848484. Windows color (decimal): -12603551 or 6401855. OLE color: 6401855.

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

Color convert

RGB6317597-
CMYK0.6400.450.31
HSL138.21º47.06%46.67%-
HSV(B)138.21º64%68.63%-
XYZ19.5432.5816.57-
YUV132.62107.8978.34-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 18.81%
GREEN value IS 175 (68.75% from 255) = 52.24%
BLUE value IS 97 (38.28% from 255) = 28.96%
R=18.81%
G=52.24%
B=28.96%

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
Decimal63175970.6400.450.31138.2147.0646.67
Hex3FAF614002D1F8a2f2f
Octal77257141100055372125757
Binary111111101011111100001100000001011011111110001010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FAF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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