Shades of Chateau Green #3C914B
Tints of Chateau Green #3C914B
RGB
CMYK
RGB Variations
Color information
#3C914B (or 0x3C914B) is known color: Chateau Green. HEX triplet: 3C, 91 and 4B. RGB value is (60,145,75). Sum of RGB (Red+Green+Blue) = 60+145+75=280 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.43% from 280); Green value is 145 (57.03% from 255 or 51.79% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 145 - color contains mainly: green. Hex color #3C914B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C914B is #C36EB4. Grayscale: #6F6F6F. Windows color (decimal): -12807861 or 4952380. OLE color: 4952380.
HSL color Cylindrical-coordinate representation of color #3C914B: hue angle of 130.59º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C914B is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 145 | 75 | - |
| CMYK | 0.59 | 0 | 0.48 | 0.43 |
| HSL | 130.59º | 0.41% | 0.4% | - |
| HSV(B) | 130.59º | 0.59% | 0.57% | - |
| XYZ | 13.26 | 21.72 | 10.15 | - |
| YUV | 111.61 | 107.34 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 145 | 75 | 0.59 | 0 | 0.48 | 0.43 | 130.59 | 0.41 | 0.4 |
| Hex | 3C | 91 | 4B | 3B | 0 | 30 | 2B | 83 | 29 | 28 |
| Octal | 74 | 221 | 113 | 73 | 0 | 60 | 53 | 203 | 51 | 50 |
| Binary | 111100 | 10010001 | 1001011 | 111011 | 0 | 110000 | 101011 | 10000011 | 101001 | 101000 |
Color Harmonies of #3C914B
Complementary color
Monochromatic Colors of #3C914B
Black with #3C914B
Text Example
Text Example
White with #3C914B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C914B; }
p { color: rgb(60,145,75); }
H1.HeaderClassName
{
color: #3C914B;
}
.AnyTagClassName
{
color: #3C914B;
}
</style>
background-color css
<style>
a { background-color: #3C914B; }
a { background-color: rgb(60,145,75); }
div.DivClassName
{
background-color: #3C914B;
}
.BgClassName
{
background-color: #3C914B;
}
</style>
border-color css
<style>
span { border-color: #3C914B; }
span { border-color: rgb(60,145,75); }
td.TdClassName
{
border-color: #3C914B;
}
.TagClassName
{
border-color: #3C914B;
}
</style>