#3F9F50

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

Shades of Chateau Green #3F9F50

Tints of Chateau Green #3F9F50

Color information

#3F9F50 (or 0x3F9F50) is unknown color: approx Chateau Green. HEX triplet: 3F, 9F and 50. RGB value is (63,159,80). Sum of RGB (Red+Green+Blue) = 63+159+80=302 (40% of max value = 765). Red value is 63 (25% from 255 or 20.86% from 302); Green value is 159 (62.5% from 255 or 52.65% from 302); Blue value is 80 (31.64% from 255 or 26.49% from 302); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F50 is #C060AF. Grayscale: #797979. Windows color (decimal): -12607664 or 5283647. OLE color: 5283647.

HSL color Cylindrical-coordinate representation of color #3F9F50: hue angle of 130.62º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F9F50 is Cyan = 0.60, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.38.

Color convert

RGB6315980-
CMYK0.6000.500.38
HSL130.62º43.24%43.53%-
HSV(B)130.62º60.38%62.35%-
XYZ15.926.4311.85-
YUV121.29104.786.42-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.86%
GREEN value IS 159 (62.5% from 255) = 52.65%
BLUE value IS 80 (31.64% from 255) = 26.49%
R=20.86%
G=52.65%
B=26.49%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63159800.6000.500.38130.6243.2443.53
Hex3F9F503C03226832b2c
Octal7723712074062462035354
Binary111111100111111010000111100011001010011010000011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9F50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,159,80); }

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

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

 a { background-color: rgb(63,159,80); }

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

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

 span { border-color: rgb(63,159,80); }

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