Shades of Chateau Green #38934C
Tints of Chateau Green #38934C
RGB
CMYK
RGB Variations
Color information
#38934C (or 0x38934C) is known color: Chateau Green. HEX triplet: 38, 93 and 4C. RGB value is (56,147,76). Sum of RGB (Red+Green+Blue) = 56+147+76=279 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.07% from 279); Green value is 147 (57.81% from 255 or 52.69% from 279); Blue value is 76 (30.08% from 255 or 27.24% from 279); Max value from RGB is 147 - color contains mainly: green. Hex color #38934C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38934C is #C76CB3. Grayscale: #6F6F6F. Windows color (decimal): -13069492 or 5018424. OLE color: 5018424.
HSL color Cylindrical-coordinate representation of color #38934C: hue angle of 133.19º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38934C is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 56 | 147 | 76 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.42 |
| HSL | 133.19º | 0.45% | 0.4% | - |
| HSV(B) | 133.19º | 0.62% | 0.58% | - |
| XYZ | 13.37 | 22.23 | 10.42 | - |
| YUV | 111.7 | 107.85 | 88.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 147 | 76 | 0.62 | 0 | 0.48 | 0.42 | 133.19 | 0.45 | 0.4 |
| Hex | 38 | 93 | 4C | 3E | 0 | 30 | 2A | 85 | 2D | 28 |
| Octal | 70 | 223 | 114 | 76 | 0 | 60 | 52 | 205 | 55 | 50 |
| Binary | 111000 | 10010011 | 1001100 | 111110 | 0 | 110000 | 101010 | 10000101 | 101101 | 101000 |
Color Harmonies of #38934C
Complementary color
Monochromatic Colors of #38934C
Black with #38934C
Text Example
Text Example
White with #38934C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38934C; }
p { color: rgb(56,147,76); }
H1.HeaderClassName
{
color: #38934C;
}
.AnyTagClassName
{
color: #38934C;
}
</style>
background-color css
<style>
a { background-color: #38934C; }
a { background-color: rgb(56,147,76); }
div.DivClassName
{
background-color: #38934C;
}
.BgClassName
{
background-color: #38934C;
}
</style>
border-color css
<style>
span { border-color: #38934C; }
span { border-color: rgb(56,147,76); }
td.TdClassName
{
border-color: #38934C;
}
.TagClassName
{
border-color: #38934C;
}
</style>