Shades of Chateau Green #32B74B
Tints of Chateau Green #32B74B
RGB
CMYK
RGB Variations
Color information
#32B74B (or 0x32B74B) is known color: Chateau Green. HEX triplet: 32, B7 and 4B. RGB value is (50,183,75). Sum of RGB (Red+Green+Blue) = 50+183+75=308 (40% of max value = 765). Red value is 50 (19.92% from 255 or 16.23% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 75 (29.69% from 255 or 24.35% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #32B74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #32B74B is #CD48B4. Grayscale: #838383. Windows color (decimal): -13453493 or 4962098. OLE color: 4962098.
HSL color Cylindrical-coordinate representation of color #32B74B: hue angle of 131.28º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32B74B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 50 | 183 | 75 | - |
| CMYK | 0.73 | 0 | 0.59 | 0.28 |
| HSL | 131.28º | 0.57% | 0.46% | - |
| HSV(B) | 131.28º | 0.73% | 0.72% | - |
| XYZ | 19.52 | 35.05 | 12.39 | - |
| YUV | 130.92 | 96.44 | 70.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 183 | 75 | 0.73 | 0 | 0.59 | 0.28 | 131.28 | 0.57 | 0.46 |
| Hex | 32 | B7 | 4B | 49 | 0 | 3B | 1C | 83 | 39 | 2E |
| Octal | 62 | 267 | 113 | 111 | 0 | 73 | 34 | 203 | 71 | 56 |
| Binary | 110010 | 10110111 | 1001011 | 1001001 | 0 | 111011 | 11100 | 10000011 | 111001 | 101110 |
Color Harmonies of #32B74B
Complementary color
Monochromatic Colors of #32B74B
Black with #32B74B
Text Example
Text Example
White with #32B74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32B74B; }
p { color: rgb(50,183,75); }
H1.HeaderClassName
{
color: #32B74B;
}
.AnyTagClassName
{
color: #32B74B;
}
</style>
background-color css
<style>
a { background-color: #32B74B; }
a { background-color: rgb(50,183,75); }
div.DivClassName
{
background-color: #32B74B;
}
.BgClassName
{
background-color: #32B74B;
}
</style>
border-color css
<style>
span { border-color: #32B74B; }
span { border-color: rgb(50,183,75); }
td.TdClassName
{
border-color: #32B74B;
}
.TagClassName
{
border-color: #32B74B;
}
</style>