Shades of Chateau Green #33B45A
Tints of Chateau Green #33B45A
RGB
CMYK
RGB Variations
Color information
#33B45A (or 0x33B45A) is known color: Chateau Green. HEX triplet: 33, B4 and 5A. RGB value is (51,180,90). Sum of RGB (Red+Green+Blue) = 51+180+90=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 180 (70.70% from 255 or 56.07% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 180 - color contains mainly: green. Hex color #33B45A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33B45A is #CC4BA5. Grayscale: #838383. Windows color (decimal): -13388710 or 5944371. OLE color: 5944371.
HSL color Cylindrical-coordinate representation of color #33B45A: hue angle of 138.14º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #33B45A is Cyan = 0.72, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 51 | 180 | 90 | - |
| CMYK | 0.72 | 0 | 0.50 | 0.29 |
| HSL | 138.14º | 0.56% | 0.45% | - |
| HSV(B) | 138.14º | 0.72% | 0.71% | - |
| XYZ | 19.53 | 34.08 | 15.22 | - |
| YUV | 131.17 | 104.76 | 70.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 180 | 90 | 0.72 | 0 | 0.50 | 0.29 | 138.14 | 0.56 | 0.45 |
| Hex | 33 | B4 | 5A | 48 | 0 | 32 | 1D | 8A | 38 | 2D |
| Octal | 63 | 264 | 132 | 110 | 0 | 62 | 35 | 212 | 70 | 55 |
| Binary | 110011 | 10110100 | 1011010 | 1001000 | 0 | 110010 | 11101 | 10001010 | 111000 | 101101 |
Color Harmonies of #33B45A
Complementary color
Monochromatic Colors of #33B45A
Black with #33B45A
Text Example
Text Example
White with #33B45A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33B45A; }
p { color: rgb(51,180,90); }
H1.HeaderClassName
{
color: #33B45A;
}
.AnyTagClassName
{
color: #33B45A;
}
</style>
background-color css
<style>
a { background-color: #33B45A; }
a { background-color: rgb(51,180,90); }
div.DivClassName
{
background-color: #33B45A;
}
.BgClassName
{
background-color: #33B45A;
}
</style>
border-color css
<style>
span { border-color: #33B45A; }
span { border-color: rgb(51,180,90); }
td.TdClassName
{
border-color: #33B45A;
}
.TagClassName
{
border-color: #33B45A;
}
</style>