Shades of Chateau Green #42B05D
Tints of Chateau Green #42B05D
RGB
CMYK
RGB Variations
Color information
#42B05D (or 0x42B05D) is known color: Chateau Green. HEX triplet: 42, B0 and 5D. RGB value is (66,176,93). Sum of RGB (Red+Green+Blue) = 66+176+93=335 (44% of max value = 765). Red value is 66 (26.17% from 255 or 19.70% from 335); Green value is 176 (69.14% from 255 or 52.54% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 176 - color contains mainly: green. Hex color #42B05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42B05D is #BD4FA2. Grayscale: #858585. Windows color (decimal): -12406691 or 6139970. OLE color: 6139970.
HSL color Cylindrical-coordinate representation of color #42B05D: hue angle of 134.73º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42B05D is Cyan = 0.62, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 66 | 176 | 93 | - |
| CMYK | 0.62 | 0 | 0.47 | 0.31 |
| HSL | 134.73º | 0.45% | 0.47% | - |
| HSV(B) | 134.73º | 0.63% | 0.69% | - |
| XYZ | 19.75 | 33 | 15.68 | - |
| YUV | 133.65 | 105.06 | 79.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 176 | 93 | 0.62 | 0 | 0.47 | 0.31 | 134.73 | 0.45 | 0.47 |
| Hex | 42 | B0 | 5D | 3E | 0 | 2F | 1F | 87 | 2D | 2F |
| Octal | 102 | 260 | 135 | 76 | 0 | 57 | 37 | 207 | 55 | 57 |
| Binary | 1000010 | 10110000 | 1011101 | 111110 | 0 | 101111 | 11111 | 10000111 | 101101 | 101111 |
Color Harmonies of #42B05D
Complementary color
Monochromatic Colors of #42B05D
Black with #42B05D
Text Example
Text Example
White with #42B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B05D; }
p { color: rgb(66,176,93); }
H1.HeaderClassName
{
color: #42B05D;
}
.AnyTagClassName
{
color: #42B05D;
}
</style>
background-color css
<style>
a { background-color: #42B05D; }
a { background-color: rgb(66,176,93); }
div.DivClassName
{
background-color: #42B05D;
}
.BgClassName
{
background-color: #42B05D;
}
</style>
border-color css
<style>
span { border-color: #42B05D; }
span { border-color: rgb(66,176,93); }
td.TdClassName
{
border-color: #42B05D;
}
.TagClassName
{
border-color: #42B05D;
}
</style>