Shades of Chateau Green #33944A
Tints of Chateau Green #33944A
RGB
CMYK
RGB Variations
Color information
#33944A (or 0x33944A) is known color: Chateau Green. HEX triplet: 33, 94 and 4A. RGB value is (51,148,74). Sum of RGB (Red+Green+Blue) = 51+148+74=273 (36% of max value = 765). Red value is 51 (20.31% from 255 or 18.68% from 273); Green value is 148 (58.20% from 255 or 54.21% from 273); Blue value is 74 (29.30% from 255 or 27.11% from 273); Max value from RGB is 148 - color contains mainly: green. Hex color #33944A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #33944A is #CC6BB5. Grayscale: #6E6E6E. Windows color (decimal): -13396918 or 4887603. OLE color: 4887603.
HSL color Cylindrical-coordinate representation of color #33944A: hue angle of 134.23º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33944A is Cyan = 0.66, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 51 | 148 | 74 | - |
| CMYK | 0.66 | 0 | 0.50 | 0.42 |
| HSL | 134.23º | 0.49% | 0.39% | - |
| HSV(B) | 134.23º | 0.66% | 0.58% | - |
| XYZ | 13.19 | 22.38 | 10.1 | - |
| YUV | 110.56 | 107.36 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 148 | 74 | 0.66 | 0 | 0.50 | 0.42 | 134.23 | 0.49 | 0.39 |
| Hex | 33 | 94 | 4A | 42 | 0 | 32 | 2A | 86 | 31 | 27 |
| Octal | 63 | 224 | 112 | 102 | 0 | 62 | 52 | 206 | 61 | 47 |
| Binary | 110011 | 10010100 | 1001010 | 1000010 | 0 | 110010 | 101010 | 10000110 | 110001 | 100111 |
Color Harmonies of #33944A
Complementary color
Monochromatic Colors of #33944A
Black with #33944A
Text Example
Text Example
White with #33944A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33944A; }
p { color: rgb(51,148,74); }
H1.HeaderClassName
{
color: #33944A;
}
.AnyTagClassName
{
color: #33944A;
}
</style>
background-color css
<style>
a { background-color: #33944A; }
a { background-color: rgb(51,148,74); }
div.DivClassName
{
background-color: #33944A;
}
.BgClassName
{
background-color: #33944A;
}
</style>
border-color css
<style>
span { border-color: #33944A; }
span { border-color: rgb(51,148,74); }
td.TdClassName
{
border-color: #33944A;
}
.TagClassName
{
border-color: #33944A;
}
</style>