Shades of Chateau Green #3C924B
Tints of Chateau Green #3C924B
RGB
CMYK
RGB Variations
Color information
#3C924B (or 0x3C924B) is known color: Chateau Green. HEX triplet: 3C, 92 and 4B. RGB value is (60,146,75). Sum of RGB (Red+Green+Blue) = 60+146+75=281 (37% of max value = 765). Red value is 60 (23.83% from 255 or 21.35% from 281); Green value is 146 (57.42% from 255 or 51.96% from 281); Blue value is 75 (29.69% from 255 or 26.69% from 281); Max value from RGB is 146 - color contains mainly: green. Hex color #3C924B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C924B is #C36DB4. Grayscale: #707070. Windows color (decimal): -12807605 or 4952636. OLE color: 4952636.
HSL color Cylindrical-coordinate representation of color #3C924B: hue angle of 130.47º degrees, saturation: 0.42, 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 #3C924B is Cyan = 0.59, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 146 | 75 | - |
| CMYK | 0.59 | 0 | 0.49 | 0.43 |
| HSL | 130.47º | 0.42% | 0.4% | - |
| HSV(B) | 130.47º | 0.59% | 0.57% | - |
| XYZ | 13.41 | 22.03 | 10.2 | - |
| YUV | 112.19 | 107.01 | 90.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 146 | 75 | 0.59 | 0 | 0.49 | 0.43 | 130.47 | 0.42 | 0.4 |
| Hex | 3C | 92 | 4B | 3B | 0 | 31 | 2B | 82 | 2A | 28 |
| Octal | 74 | 222 | 113 | 73 | 0 | 61 | 53 | 202 | 52 | 50 |
| Binary | 111100 | 10010010 | 1001011 | 111011 | 0 | 110001 | 101011 | 10000010 | 101010 | 101000 |
Color Harmonies of #3C924B
Complementary color
Monochromatic Colors of #3C924B
Black with #3C924B
Text Example
Text Example
White with #3C924B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C924B; }
p { color: rgb(60,146,75); }
H1.HeaderClassName
{
color: #3C924B;
}
.AnyTagClassName
{
color: #3C924B;
}
</style>
background-color css
<style>
a { background-color: #3C924B; }
a { background-color: rgb(60,146,75); }
div.DivClassName
{
background-color: #3C924B;
}
.BgClassName
{
background-color: #3C924B;
}
</style>
border-color css
<style>
span { border-color: #3C924B; }
span { border-color: rgb(60,146,75); }
td.TdClassName
{
border-color: #3C924B;
}
.TagClassName
{
border-color: #3C924B;
}
</style>