#3F9F5E

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

Shades of Chateau Green #3F9F5E

Tints of Chateau Green #3F9F5E

Color information

#3F9F5E (or 0x3F9F5E) is unknown color: approx Chateau Green. HEX triplet: 3F, 9F and 5E. RGB value is (63,159,94). Sum of RGB (Red+Green+Blue) = 63+159+94=316 (41% of max value = 765). Red value is 63 (25% from 255 or 19.94% from 316); Green value is 159 (62.5% from 255 or 50.32% from 316); Blue value is 94 (37.11% from 255 or 29.75% from 316); Max value from RGB is 159 - color contains mainly: green. Hex color #3F9F5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F9F5E is #C060A1. Grayscale: #7B7B7B. Windows color (decimal): -12607650 or 6201151. OLE color: 6201151.

HSL color Cylindrical-coordinate representation of color #3F9F5E: hue angle of 139.38º 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 #3F9F5E is Cyan = 0.60, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB6315994-
CMYK0.6000.410.38
HSL139.38º43.24%43.53%-
HSV(B)139.38º60.38%62.35%-
XYZ16.4726.6614.87-
YUV122.89111.785.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 19.94%
GREEN value IS 159 (62.5% from 255) = 50.32%
BLUE value IS 94 (37.11% from 255) = 29.75%
R=19.94%
G=50.32%
B=29.75%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63159940.6000.410.38139.3843.2443.53
Hex3F9F5E3C029268b2b2c
Octal7723713674051462135354
Binary111111100111111011110111100010100110011010001011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F9F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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