Shades of Chateau Green #3E995D
Tints of Chateau Green #3E995D
RGB
CMYK
RGB Variations
Color information
#3E995D (or 0x3E995D) is known color: Chateau Green. HEX triplet: 3E, 99 and 5D. RGB value is (62,153,93). Sum of RGB (Red+Green+Blue) = 62+153+93=308 (40% of max value = 765). Red value is 62 (24.61% from 255 or 20.13% from 308); Green value is 153 (60.16% from 255 or 49.68% from 308); Blue value is 93 (36.72% from 255 or 30.19% from 308); Max value from RGB is 153 - color contains mainly: green. Hex color #3E995D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3E995D is #C166A2. Grayscale: #777777. Windows color (decimal): -12674723 or 6134078. OLE color: 6134078.
HSL color Cylindrical-coordinate representation of color #3E995D: hue angle of 140.44º degrees, saturation: 0.42, 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 #3E995D is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 62 | 153 | 93 | - |
| CMYK | 0.59 | 0 | 0.39 | 0.4 |
| HSL | 140.44º | 0.42% | 0.42% | - |
| HSV(B) | 140.44º | 0.59% | 0.6% | - |
| XYZ | 15.35 | 24.6 | 14.29 | - |
| YUV | 118.95 | 113.35 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 153 | 93 | 0.59 | 0 | 0.39 | 0.4 | 140.44 | 0.42 | 0.42 |
| Hex | 3E | 99 | 5D | 3B | 0 | 27 | 28 | 8C | 2A | 2A |
| Octal | 76 | 231 | 135 | 73 | 0 | 47 | 50 | 214 | 52 | 52 |
| Binary | 111110 | 10011001 | 1011101 | 111011 | 0 | 100111 | 101000 | 10001100 | 101010 | 101010 |
Color Harmonies of #3E995D
Complementary color
Monochromatic Colors of #3E995D
Black with #3E995D
Text Example
Text Example
White with #3E995D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E995D; }
p { color: rgb(62,153,93); }
H1.HeaderClassName
{
color: #3E995D;
}
.AnyTagClassName
{
color: #3E995D;
}
</style>
background-color css
<style>
a { background-color: #3E995D; }
a { background-color: rgb(62,153,93); }
div.DivClassName
{
background-color: #3E995D;
}
.BgClassName
{
background-color: #3E995D;
}
</style>
border-color css
<style>
span { border-color: #3E995D; }
span { border-color: rgb(62,153,93); }
td.TdClassName
{
border-color: #3E995D;
}
.TagClassName
{
border-color: #3E995D;
}
</style>