Shades of Chateau Green #38984B
Tints of Chateau Green #38984B
RGB
CMYK
RGB Variations
Color information
#38984B (or 0x38984B) is known color: Chateau Green. HEX triplet: 38, 98 and 4B. RGB value is (56,152,75). Sum of RGB (Red+Green+Blue) = 56+152+75=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 152 (59.77% from 255 or 53.71% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 152 - color contains mainly: green. Hex color #38984B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38984B is #C767B4. Grayscale: #727272. Windows color (decimal): -13068213 or 4954168. OLE color: 4954168.
HSL color Cylindrical-coordinate representation of color #38984B: hue angle of 131.88º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #38984B is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 75 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.40 |
| HSL | 131.88º | 0.46% | 0.41% | - |
| HSV(B) | 131.88º | 0.63% | 0.6% | - |
| XYZ | 14.13 | 23.81 | 10.51 | - |
| YUV | 114.52 | 105.7 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 75 | 0.63 | 0 | 0.51 | 0.40 | 131.88 | 0.46 | 0.41 |
| Hex | 38 | 98 | 4B | 3F | 0 | 33 | 28 | 84 | 2E | 29 |
| Octal | 70 | 230 | 113 | 77 | 0 | 63 | 50 | 204 | 56 | 51 |
| Binary | 111000 | 10011000 | 1001011 | 111111 | 0 | 110011 | 101000 | 10000100 | 101110 | 101001 |
Color Harmonies of #38984B
Complementary color
Monochromatic Colors of #38984B
Black with #38984B
Text Example
Text Example
White with #38984B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38984B; }
p { color: rgb(56,152,75); }
H1.HeaderClassName
{
color: #38984B;
}
.AnyTagClassName
{
color: #38984B;
}
</style>
background-color css
<style>
a { background-color: #38984B; }
a { background-color: rgb(56,152,75); }
div.DivClassName
{
background-color: #38984B;
}
.BgClassName
{
background-color: #38984B;
}
</style>
border-color css
<style>
span { border-color: #38984B; }
span { border-color: rgb(56,152,75); }
td.TdClassName
{
border-color: #38984B;
}
.TagClassName
{
border-color: #38984B;
}
</style>