Shades of Chateau Green #42935B
Tints of Chateau Green #42935B
RGB
CMYK
RGB Variations
Color information
#42935B (or 0x42935B) is known color: Chateau Green. HEX triplet: 42, 93 and 5B. RGB value is (66,147,91). Sum of RGB (Red+Green+Blue) = 66+147+91=304 (40% of max value = 765). Red value is 66 (26.17% from 255 or 21.71% from 304); Green value is 147 (57.81% from 255 or 48.36% from 304); Blue value is 91 (35.94% from 255 or 29.93% from 304); Max value from RGB is 147 - color contains mainly: green. Hex color #42935B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42935B is #BD6CA4. Grayscale: #747474. Windows color (decimal): -12414117 or 6001474. OLE color: 6001474.
HSL color Cylindrical-coordinate representation of color #42935B: hue angle of 138.52º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #42935B is Cyan = 0.55, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 66 | 147 | 91 | - |
| CMYK | 0.55 | 0 | 0.38 | 0.42 |
| HSL | 138.52º | 0.38% | 0.42% | - |
| HSV(B) | 138.52º | 0.55% | 0.58% | - |
| XYZ | 14.57 | 22.78 | 13.53 | - |
| YUV | 116.4 | 113.66 | 92.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 147 | 91 | 0.55 | 0 | 0.38 | 0.42 | 138.52 | 0.38 | 0.42 |
| Hex | 42 | 93 | 5B | 37 | 0 | 26 | 2A | 8B | 26 | 2A |
| Octal | 102 | 223 | 133 | 67 | 0 | 46 | 52 | 213 | 46 | 52 |
| Binary | 1000010 | 10010011 | 1011011 | 110111 | 0 | 100110 | 101010 | 10001011 | 100110 | 101010 |
Color Harmonies of #42935B
Complementary color
Monochromatic Colors of #42935B
Black with #42935B
Text Example
Text Example
White with #42935B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42935B; }
p { color: rgb(66,147,91); }
H1.HeaderClassName
{
color: #42935B;
}
.AnyTagClassName
{
color: #42935B;
}
</style>
background-color css
<style>
a { background-color: #42935B; }
a { background-color: rgb(66,147,91); }
div.DivClassName
{
background-color: #42935B;
}
.BgClassName
{
background-color: #42935B;
}
</style>
border-color css
<style>
span { border-color: #42935B; }
span { border-color: rgb(66,147,91); }
td.TdClassName
{
border-color: #42935B;
}
.TagClassName
{
border-color: #42935B;
}
</style>