Shades of Chateau Green #38AC4D
Tints of Chateau Green #38AC4D
RGB
CMYK
RGB Variations
Color information
#38AC4D (or 0x38AC4D) is known color: Chateau Green. HEX triplet: 38, AC and 4D. RGB value is (56,172,77). Sum of RGB (Red+Green+Blue) = 56+172+77=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #38AC4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AC4D is #C753B2. Grayscale: #7E7E7E. Windows color (decimal): -13063091 or 5090360. OLE color: 5090360.
HSL color Cylindrical-coordinate representation of color #38AC4D: hue angle of 130.86º 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 #38AC4D is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 56 | 172 | 77 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.33 |
| HSL | 130.86º | 0.51% | 0.45% | - |
| HSV(B) | 130.86º | 0.67% | 0.67% | - |
| XYZ | 17.72 | 30.88 | 12.05 | - |
| YUV | 126.49 | 100.07 | 77.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 172 | 77 | 0.67 | 0 | 0.55 | 0.33 | 130.86 | 0.51 | 0.45 |
| Hex | 38 | AC | 4D | 43 | 0 | 37 | 21 | 83 | 33 | 2D |
| Octal | 70 | 254 | 115 | 103 | 0 | 67 | 41 | 203 | 63 | 55 |
| Binary | 111000 | 10101100 | 1001101 | 1000011 | 0 | 110111 | 100001 | 10000011 | 110011 | 101101 |
Color Harmonies of #38AC4D
Complementary color
Monochromatic Colors of #38AC4D
Black with #38AC4D
Text Example
Text Example
White with #38AC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38AC4D; }
p { color: rgb(56,172,77); }
H1.HeaderClassName
{
color: #38AC4D;
}
.AnyTagClassName
{
color: #38AC4D;
}
</style>
background-color css
<style>
a { background-color: #38AC4D; }
a { background-color: rgb(56,172,77); }
div.DivClassName
{
background-color: #38AC4D;
}
.BgClassName
{
background-color: #38AC4D;
}
</style>
border-color css
<style>
span { border-color: #38AC4D; }
span { border-color: rgb(56,172,77); }
td.TdClassName
{
border-color: #38AC4D;
}
.TagClassName
{
border-color: #38AC4D;
}
</style>