Shades of Chateau Green #38994A
Tints of Chateau Green #38994A
RGB
CMYK
RGB Variations
Color information
#38994A (or 0x38994A) is known color: Chateau Green. HEX triplet: 38, 99 and 4A. RGB value is (56,153,74). Sum of RGB (Red+Green+Blue) = 56+153+74=283 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.79% from 283); Green value is 153 (60.16% from 255 or 54.06% from 283); Blue value is 74 (29.30% from 255 or 26.15% from 283); Max value from RGB is 153 - color contains mainly: green. Hex color #38994A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38994A is #C766B5. Grayscale: #737373. Windows color (decimal): -13067958 or 4888888. OLE color: 4888888.
HSL color Cylindrical-coordinate representation of color #38994A: hue angle of 131.13º 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 #38994A is Cyan = 0.63, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 56 | 153 | 74 | - |
| CMYK | 0.63 | 0 | 0.52 | 0.4 |
| HSL | 131.13º | 0.46% | 0.41% | - |
| HSV(B) | 131.13º | 0.63% | 0.6% | - |
| XYZ | 14.26 | 24.12 | 10.38 | - |
| YUV | 114.99 | 104.86 | 85.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 153 | 74 | 0.63 | 0 | 0.52 | 0.4 | 131.13 | 0.46 | 0.41 |
| Hex | 38 | 99 | 4A | 3F | 0 | 34 | 28 | 83 | 2E | 29 |
| Octal | 70 | 231 | 112 | 77 | 0 | 64 | 50 | 203 | 56 | 51 |
| Binary | 111000 | 10011001 | 1001010 | 111111 | 0 | 110100 | 101000 | 10000011 | 101110 | 101001 |
Color Harmonies of #38994A
Complementary color
Monochromatic Colors of #38994A
Black with #38994A
Text Example
Text Example
White with #38994A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38994A; }
p { color: rgb(56,153,74); }
H1.HeaderClassName
{
color: #38994A;
}
.AnyTagClassName
{
color: #38994A;
}
</style>
background-color css
<style>
a { background-color: #38994A; }
a { background-color: rgb(56,153,74); }
div.DivClassName
{
background-color: #38994A;
}
.BgClassName
{
background-color: #38994A;
}
</style>
border-color css
<style>
span { border-color: #38994A; }
span { border-color: rgb(56,153,74); }
td.TdClassName
{
border-color: #38994A;
}
.TagClassName
{
border-color: #38994A;
}
</style>