#3FA062

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

Shades of Chateau Green #3FA062

Tints of Chateau Green #3FA062

Color information

#3FA062 (or 0x3FA062) is unknown color: approx Chateau Green. HEX triplet: 3F, A0 and 62. RGB value is (63,160,98). Sum of RGB (Red+Green+Blue) = 63+160+98=321 (42% of max value = 765). Red value is 63 (25% from 255 or 19.63% from 321); Green value is 160 (62.89% from 255 or 49.84% from 321); Blue value is 98 (38.67% from 255 or 30.53% from 321); Max value from RGB is 160 - color contains mainly: green. Hex color #3FA062 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3FA062 is #C05F9D. Grayscale: #7C7C7C. Windows color (decimal): -12607390 or 6463551. OLE color: 6463551.

HSL color Cylindrical-coordinate representation of color #3FA062: hue angle of 141.65º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA062 is Cyan = 0.61, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.37.

Color convert

RGB6316098-
CMYK0.6100.390.37
HSL141.65º43.5%43.73%-
HSV(B)141.65º60.62%62.75%-
XYZ16.8327.0815.9-
YUV123.93113.3684.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.63%
GREEN value IS 160 (62.89% from 255) = 49.84%
BLUE value IS 98 (38.67% from 255) = 30.53%
R=19.63%
G=49.84%
B=30.53%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal63160980.6100.390.37141.6543.543.73
Hex3FA0623D027258e2b2c
Octal7724014275047452165354
Binary111111101000001100010111101010011110010110001110101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3FA062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,160,98); }

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

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

 a { background-color: rgb(63,160,98); }

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

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

 span { border-color: rgb(63,160,98); }

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