Shades of Chateau Green #33A54B
Tints of Chateau Green #33A54B
RGB
CMYK
RGB Variations
Color information
#33A54B (or 0x33A54B) is known color: Chateau Green. HEX triplet: 33, A5 and 4B. RGB value is (51,165,75). Sum of RGB (Red+Green+Blue) = 51+165+75=291 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.53% from 291); Green value is 165 (64.84% from 255 or 56.70% from 291); Blue value is 75 (29.69% from 255 or 25.77% from 291); Max value from RGB is 165 - color contains mainly: green. Hex color #33A54B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33A54B is #CC5AB4. Grayscale: #787878. Windows color (decimal): -13392565 or 4957491. OLE color: 4957491.
HSL color Cylindrical-coordinate representation of color #33A54B: hue angle of 132.63º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #33A54B is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 51 | 165 | 75 | - |
| CMYK | 0.69 | 0 | 0.55 | 0.35 |
| HSL | 132.63º | 0.53% | 0.42% | - |
| HSV(B) | 132.63º | 0.69% | 0.65% | - |
| XYZ | 16.09 | 28.12 | 11.24 | - |
| YUV | 120.65 | 102.23 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 165 | 75 | 0.69 | 0 | 0.55 | 0.35 | 132.63 | 0.53 | 0.42 |
| Hex | 33 | A5 | 4B | 45 | 0 | 37 | 23 | 85 | 35 | 2A |
| Octal | 63 | 245 | 113 | 105 | 0 | 67 | 43 | 205 | 65 | 52 |
| Binary | 110011 | 10100101 | 1001011 | 1000101 | 0 | 110111 | 100011 | 10000101 | 110101 | 101010 |
Color Harmonies of #33A54B
Complementary color
Monochromatic Colors of #33A54B
Black with #33A54B
Text Example
Text Example
White with #33A54B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33A54B; }
p { color: rgb(51,165,75); }
H1.HeaderClassName
{
color: #33A54B;
}
.AnyTagClassName
{
color: #33A54B;
}
</style>
background-color css
<style>
a { background-color: #33A54B; }
a { background-color: rgb(51,165,75); }
div.DivClassName
{
background-color: #33A54B;
}
.BgClassName
{
background-color: #33A54B;
}
</style>
border-color css
<style>
span { border-color: #33A54B; }
span { border-color: rgb(51,165,75); }
td.TdClassName
{
border-color: #33A54B;
}
.TagClassName
{
border-color: #33A54B;
}
</style>