Shades of Chateau Green #38964D
Tints of Chateau Green #38964D
RGB
CMYK
RGB Variations
Color information
#38964D (or 0x38964D) is known color: Chateau Green. HEX triplet: 38, 96 and 4D. RGB value is (56,150,77). Sum of RGB (Red+Green+Blue) = 56+150+77=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 150 (58.98% from 255 or 53.00% from 283); Blue value is 77 (30.47% from 255 or 27.21% from 283); Max value from RGB is 150 - color contains mainly: green. Hex color #38964D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38964D is #C769B2. Grayscale: #717171. Windows color (decimal): -13068723 or 5084728. OLE color: 5084728.
HSL color Cylindrical-coordinate representation of color #38964D: hue angle of 133.4º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38964D is Cyan = 0.63, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 56 | 150 | 77 | - |
| CMYK | 0.63 | 0 | 0.49 | 0.41 |
| HSL | 133.4º | 0.46% | 0.4% | - |
| HSV(B) | 133.4º | 0.63% | 0.59% | - |
| XYZ | 13.88 | 23.19 | 10.77 | - |
| YUV | 113.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 150 | 77 | 0.63 | 0 | 0.49 | 0.41 | 133.4 | 0.46 | 0.4 |
| Hex | 38 | 96 | 4D | 3F | 0 | 31 | 29 | 85 | 2E | 28 |
| Octal | 70 | 226 | 115 | 77 | 0 | 61 | 51 | 205 | 56 | 50 |
| Binary | 111000 | 10010110 | 1001101 | 111111 | 0 | 110001 | 101001 | 10000101 | 101110 | 101000 |
Color Harmonies of #38964D
Complementary color
Monochromatic Colors of #38964D
Black with #38964D
Text Example
Text Example
White with #38964D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38964D; }
p { color: rgb(56,150,77); }
H1.HeaderClassName
{
color: #38964D;
}
.AnyTagClassName
{
color: #38964D;
}
</style>
background-color css
<style>
a { background-color: #38964D; }
a { background-color: rgb(56,150,77); }
div.DivClassName
{
background-color: #38964D;
}
.BgClassName
{
background-color: #38964D;
}
</style>
border-color css
<style>
span { border-color: #38964D; }
span { border-color: rgb(56,150,77); }
td.TdClassName
{
border-color: #38964D;
}
.TagClassName
{
border-color: #38964D;
}
</style>