#3F9A60

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

Shades of Chateau Green #3F9A60

Tints of Chateau Green #3F9A60

Color information

#3F9A60 (or 0x3F9A60) is unknown color: approx Chateau Green. HEX triplet: 3F, 9A and 60. RGB value is (63,154,96). Sum of RGB (Red+Green+Blue) = 63+154+96=313 (41% of max value = 765). Red value is 63 (25% from 255 or 20.13% from 313); Green value is 154 (60.55% from 255 or 49.20% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 154 - color contains mainly: green. Hex color #3F9A60 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9A60 is #C0659F. Grayscale: #787878. Windows color (decimal): -12608928 or 6330943. OLE color: 6330943.

HSL color Cylindrical-coordinate representation of color #3F9A60: hue angle of 141.76º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F9A60 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB6315496-
CMYK0.5900.380.40
HSL141.76º41.94%42.55%-
HSV(B)141.76º59.09%60.39%-
XYZ15.7225.0115.07-
YUV120.18114.3587.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.13%
GREEN value IS 154 (60.55% from 255) = 49.20%
BLUE value IS 96 (37.89% from 255) = 30.67%
R=20.13%
G=49.20%
B=30.67%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal63154960.5900.380.40141.7641.9442.55
Hex3F9A603B026288e2a2b
Octal7723214073046502165253
Binary111111100110101100000111011010011010100010001110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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