Shades of Chateau Green #38984A
Tints of Chateau Green #38984A
RGB
CMYK
RGB Variations
Color information
#38984A (or 0x38984A) is known color: Chateau Green. HEX triplet: 38, 98 and 4A. RGB value is (56,152,74). Sum of RGB (Red+Green+Blue) = 56+152+74=282 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.86% from 282); Green value is 152 (59.77% from 255 or 53.90% from 282); Blue value is 74 (29.30% from 255 or 26.24% from 282); Max value from RGB is 152 - color contains mainly: green. Hex color #38984A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38984A is #C767B5. Grayscale: #727272. Windows color (decimal): -13068214 or 4888632. OLE color: 4888632.
HSL color Cylindrical-coordinate representation of color #38984A: hue angle of 131.25º 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 #38984A is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 56 | 152 | 74 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.40 |
| HSL | 131.25º | 0.46% | 0.41% | - |
| HSV(B) | 131.25º | 0.63% | 0.6% | - |
| XYZ | 14.1 | 23.79 | 10.33 | - |
| YUV | 114.4 | 105.2 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 152 | 74 | 0.63 | 0 | 0.51 | 0.40 | 131.25 | 0.46 | 0.41 |
| Hex | 38 | 98 | 4A | 3F | 0 | 33 | 28 | 83 | 2E | 29 |
| Octal | 70 | 230 | 112 | 77 | 0 | 63 | 50 | 203 | 56 | 51 |
| Binary | 111000 | 10011000 | 1001010 | 111111 | 0 | 110011 | 101000 | 10000011 | 101110 | 101001 |
Color Harmonies of #38984A
Complementary color
Monochromatic Colors of #38984A
Black with #38984A
Text Example
Text Example
White with #38984A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38984A; }
p { color: rgb(56,152,74); }
H1.HeaderClassName
{
color: #38984A;
}
.AnyTagClassName
{
color: #38984A;
}
</style>
background-color css
<style>
a { background-color: #38984A; }
a { background-color: rgb(56,152,74); }
div.DivClassName
{
background-color: #38984A;
}
.BgClassName
{
background-color: #38984A;
}
</style>
border-color css
<style>
span { border-color: #38984A; }
span { border-color: rgb(56,152,74); }
td.TdClassName
{
border-color: #38984A;
}
.TagClassName
{
border-color: #38984A;
}
</style>