Shades of Chateau Green #38AA4D
Tints of Chateau Green #38AA4D
RGB
CMYK
RGB Variations
Color information
#38AA4D (or 0x38AA4D) is known color: Chateau Green. HEX triplet: 38, AA and 4D. RGB value is (56,170,77). Sum of RGB (Red+Green+Blue) = 56+170+77=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA4D is #C755B2. Grayscale: #7D7D7D. Windows color (decimal): -13063603 or 5089848. OLE color: 5089848.
HSL color Cylindrical-coordinate representation of color #38AA4D: hue angle of 131.05º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA4D is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 170 | 77 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.33 |
| HSL | 131.05º | 0.5% | 0.44% | - |
| HSV(B) | 131.05º | 0.67% | 0.67% | - |
| XYZ | 17.35 | 30.13 | 11.92 | - |
| YUV | 125.31 | 100.73 | 78.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 170 | 77 | 0.67 | 0 | 0.55 | 0.33 | 131.05 | 0.5 | 0.44 |
| Hex | 38 | AA | 4D | 43 | 0 | 37 | 21 | 83 | 32 | 2C |
| Octal | 70 | 252 | 115 | 103 | 0 | 67 | 41 | 203 | 62 | 54 |
| Binary | 111000 | 10101010 | 1001101 | 1000011 | 0 | 110111 | 100001 | 10000011 | 110010 | 101100 |
Color Harmonies of #38AA4D
Complementary color
Monochromatic Colors of #38AA4D
Black with #38AA4D
Text Example
Text Example
White with #38AA4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AA4D; }
p { color: rgb(56,170,77); }
H1.HeaderClassName
{
color: #38AA4D;
}
.AnyTagClassName
{
color: #38AA4D;
}
</style>
background-color css
<style>
a { background-color: #38AA4D; }
a { background-color: rgb(56,170,77); }
div.DivClassName
{
background-color: #38AA4D;
}
.BgClassName
{
background-color: #38AA4D;
}
</style>
border-color css
<style>
span { border-color: #38AA4D; }
span { border-color: rgb(56,170,77); }
td.TdClassName
{
border-color: #38AA4D;
}
.TagClassName
{
border-color: #38AA4D;
}
</style>