Shades of Chateau Green #38AB4D
Tints of Chateau Green #38AB4D
RGB
CMYK
RGB Variations
Color information
#38AB4D (or 0x38AB4D) is known color: Chateau Green. HEX triplet: 38, AB and 4D. RGB value is (56,171,77). Sum of RGB (Red+Green+Blue) = 56+171+77=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 171 (67.19% from 255 or 56.25% from 304); Blue value is 77 (30.47% from 255 or 25.33% from 304); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB4D is #C754B2. Grayscale: #7E7E7E. Windows color (decimal): -13063347 or 5090104. OLE color: 5090104.
HSL color Cylindrical-coordinate representation of color #38AB4D: hue angle of 130.96º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB4D is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 171 | 77 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.33 |
| HSL | 130.96º | 0.51% | 0.45% | - |
| HSV(B) | 130.96º | 0.67% | 0.67% | - |
| XYZ | 17.53 | 30.5 | 11.98 | - |
| YUV | 125.9 | 100.4 | 78.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 171 | 77 | 0.67 | 0 | 0.55 | 0.33 | 130.96 | 0.51 | 0.45 |
| Hex | 38 | AB | 4D | 43 | 0 | 37 | 21 | 83 | 33 | 2D |
| Octal | 70 | 253 | 115 | 103 | 0 | 67 | 41 | 203 | 63 | 55 |
| Binary | 111000 | 10101011 | 1001101 | 1000011 | 0 | 110111 | 100001 | 10000011 | 110011 | 101101 |
Color Harmonies of #38AB4D
Complementary color
Monochromatic Colors of #38AB4D
Black with #38AB4D
Text Example
Text Example
White with #38AB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AB4D; }
p { color: rgb(56,171,77); }
H1.HeaderClassName
{
color: #38AB4D;
}
.AnyTagClassName
{
color: #38AB4D;
}
</style>
background-color css
<style>
a { background-color: #38AB4D; }
a { background-color: rgb(56,171,77); }
div.DivClassName
{
background-color: #38AB4D;
}
.BgClassName
{
background-color: #38AB4D;
}
</style>
border-color css
<style>
span { border-color: #38AB4D; }
span { border-color: rgb(56,171,77); }
td.TdClassName
{
border-color: #38AB4D;
}
.TagClassName
{
border-color: #38AB4D;
}
</style>