Shades of Chateau Green #38A94C
Tints of Chateau Green #38A94C
RGB
CMYK
RGB Variations
Color information
#38A94C (or 0x38A94C) is known color: Chateau Green. HEX triplet: 38, A9 and 4C. RGB value is (56,169,76). Sum of RGB (Red+Green+Blue) = 56+169+76=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 169 (66.41% from 255 or 56.15% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 169 - color contains mainly: green. Hex color #38A94C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #38A94C is #C756B3. Grayscale: #7C7C7C. Windows color (decimal): -13063860 or 5024056. OLE color: 5024056.
HSL color Cylindrical-coordinate representation of color #38A94C: hue angle of 130.62º 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 #38A94C is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 169 | 76 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.34 |
| HSL | 130.62º | 0.5% | 0.44% | - |
| HSV(B) | 130.62º | 0.67% | 0.66% | - |
| XYZ | 17.12 | 29.74 | 11.68 | - |
| YUV | 124.61 | 100.56 | 79.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 169 | 76 | 0.67 | 0 | 0.55 | 0.34 | 130.62 | 0.5 | 0.44 |
| Hex | 38 | A9 | 4C | 43 | 0 | 37 | 22 | 83 | 32 | 2C |
| Octal | 70 | 251 | 114 | 103 | 0 | 67 | 42 | 203 | 62 | 54 |
| Binary | 111000 | 10101001 | 1001100 | 1000011 | 0 | 110111 | 100010 | 10000011 | 110010 | 101100 |
Color Harmonies of #38A94C
Complementary color
Monochromatic Colors of #38A94C
Black with #38A94C
Text Example
Text Example
White with #38A94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A94C; }
p { color: rgb(56,169,76); }
H1.HeaderClassName
{
color: #38A94C;
}
.AnyTagClassName
{
color: #38A94C;
}
</style>
background-color css
<style>
a { background-color: #38A94C; }
a { background-color: rgb(56,169,76); }
div.DivClassName
{
background-color: #38A94C;
}
.BgClassName
{
background-color: #38A94C;
}
</style>
border-color css
<style>
span { border-color: #38A94C; }
span { border-color: rgb(56,169,76); }
td.TdClassName
{
border-color: #38A94C;
}
.TagClassName
{
border-color: #38A94C;
}
</style>