#3F985E

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

Shades of Chateau Green #3F985E

Tints of Chateau Green #3F985E

Color information

#3F985E (or 0x3F985E) is unknown color: approx Chateau Green. HEX triplet: 3F, 98 and 5E. RGB value is (63,152,94). Sum of RGB (Red+Green+Blue) = 63+152+94=309 (40% of max value = 765). Red value is 63 (25% from 255 or 20.39% from 309); Green value is 152 (59.77% from 255 or 49.19% from 309); Blue value is 94 (37.11% from 255 or 30.42% from 309); Max value from RGB is 152 - color contains mainly: green. Hex color #3F985E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3F985E is #C067A1. Grayscale: #767676. Windows color (decimal): -12609442 or 6199359. OLE color: 6199359.

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

Color convert

RGB6315294-
CMYK0.5900.380.40
HSL140.9º41.4%42.16%-
HSV(B)140.9º58.55%59.61%-
XYZ15.324.3214.48-
YUV118.78114.0188.22-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 20.39%
GREEN value IS 152 (59.77% from 255) = 49.19%
BLUE value IS 94 (37.11% from 255) = 30.42%
R=20.39%
G=49.19%
B=30.42%

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
Decimal63152940.5900.380.40140.941.442.16
Hex3F985E3B026288d292a
Octal7723013673046502155152
Binary111111100110001011110111011010011010100010001101101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F985E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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