Shades of Chateau Green #38A94E
Tints of Chateau Green #38A94E
RGB
CMYK
RGB Variations
Color information
#38A94E (or 0x38A94E) is known color: Chateau Green. HEX triplet: 38, A9 and 4E. RGB value is (56,169,78). Sum of RGB (Red+Green+Blue) = 56+169+78=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 169 (66.41% from 255 or 55.78% from 303); Blue value is 78 (30.86% from 255 or 25.74% from 303); Max value from RGB is 169 - color contains mainly: green. Hex color #38A94E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A94E is #C756B1. Grayscale: #7D7D7D. Windows color (decimal): -13063858 or 5155128. OLE color: 5155128.
HSL color Cylindrical-coordinate representation of color #38A94E: hue angle of 131.68º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38A94E is Cyan = 0.67, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 78 | - |
| CMYK | 0.67 | 0 | 0.54 | 0.34 |
| HSL | 131.68º | 0.5% | 0.44% | - |
| HSV(B) | 131.68º | 0.67% | 0.66% | - |
| XYZ | 17.19 | 29.77 | 12.05 | - |
| YUV | 124.84 | 101.56 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 78 | 0.67 | 0 | 0.54 | 0.34 | 131.68 | 0.5 | 0.44 |
| Hex | 38 | A9 | 4E | 43 | 0 | 36 | 22 | 84 | 32 | 2C |
| Octal | 70 | 251 | 116 | 103 | 0 | 66 | 42 | 204 | 62 | 54 |
| Binary | 111000 | 10101001 | 1001110 | 1000011 | 0 | 110110 | 100010 | 10000100 | 110010 | 101100 |
Color Harmonies of #38A94E
Complementary color
Monochromatic Colors of #38A94E
Black with #38A94E
Text Example
Text Example
White with #38A94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A94E; }
p { color: rgb(56,169,78); }
H1.HeaderClassName
{
color: #38A94E;
}
.AnyTagClassName
{
color: #38A94E;
}
</style>
background-color css
<style>
a { background-color: #38A94E; }
a { background-color: rgb(56,169,78); }
div.DivClassName
{
background-color: #38A94E;
}
.BgClassName
{
background-color: #38A94E;
}
</style>
border-color css
<style>
span { border-color: #38A94E; }
span { border-color: rgb(56,169,78); }
td.TdClassName
{
border-color: #38A94E;
}
.TagClassName
{
border-color: #38A94E;
}
</style>