Shades of Chateau Green #38A85E
Tints of Chateau Green #38A85E
RGB
CMYK
RGB Variations
Color information
#38A85E (or 0x38A85E) is known color: Chateau Green. HEX triplet: 38, A8 and 5E. RGB value is (56,168,94). Sum of RGB (Red+Green+Blue) = 56+168+94=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 168 (66.02% from 255 or 52.83% from 318); Blue value is 94 (37.11% from 255 or 29.56% from 318); Max value from RGB is 168 - color contains mainly: green. Hex color #38A85E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A85E is #C757A1. Grayscale: #7E7E7E. Windows color (decimal): -13064098 or 6203448. OLE color: 6203448.
HSL color Cylindrical-coordinate representation of color #38A85E: hue angle of 140.36º 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 #38A85E is Cyan = 0.67, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 56 | 168 | 94 | - |
| CMYK | 0.67 | 0 | 0.44 | 0.34 |
| HSL | 140.36º | 0.5% | 0.44% | - |
| HSV(B) | 140.36º | 0.67% | 0.66% | - |
| XYZ | 17.65 | 29.65 | 15.38 | - |
| YUV | 126.08 | 109.89 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 168 | 94 | 0.67 | 0 | 0.44 | 0.34 | 140.36 | 0.5 | 0.44 |
| Hex | 38 | A8 | 5E | 43 | 0 | 2C | 22 | 8C | 32 | 2C |
| Octal | 70 | 250 | 136 | 103 | 0 | 54 | 42 | 214 | 62 | 54 |
| Binary | 111000 | 10101000 | 1011110 | 1000011 | 0 | 101100 | 100010 | 10001100 | 110010 | 101100 |
Color Harmonies of #38A85E
Complementary color
Monochromatic Colors of #38A85E
Black with #38A85E
Text Example
Text Example
White with #38A85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38A85E; }
p { color: rgb(56,168,94); }
H1.HeaderClassName
{
color: #38A85E;
}
.AnyTagClassName
{
color: #38A85E;
}
</style>
background-color css
<style>
a { background-color: #38A85E; }
a { background-color: rgb(56,168,94); }
div.DivClassName
{
background-color: #38A85E;
}
.BgClassName
{
background-color: #38A85E;
}
</style>
border-color css
<style>
span { border-color: #38A85E; }
span { border-color: rgb(56,168,94); }
td.TdClassName
{
border-color: #38A85E;
}
.TagClassName
{
border-color: #38A85E;
}
</style>