Shades of Chateau Green #38B54D
Tints of Chateau Green #38B54D
RGB
CMYK
RGB Variations
Color information
#38B54D (or 0x38B54D) is known color: Chateau Green. HEX triplet: 38, B5 and 4D. RGB value is (56,181,77). Sum of RGB (Red+Green+Blue) = 56+181+77=314 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.83% from 314); Green value is 181 (71.09% from 255 or 57.64% from 314); Blue value is 77 (30.47% from 255 or 24.52% from 314); Max value from RGB is 181 - color contains mainly: green. Hex color #38B54D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B54D is #C74AB2. Grayscale: #848484. Windows color (decimal): -13060787 or 5092664. OLE color: 5092664.
HSL color Cylindrical-coordinate representation of color #38B54D: hue angle of 130.08º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B54D is Cyan = 0.69, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 56 | 181 | 77 | - |
| CMYK | 0.69 | 0 | 0.57 | 0.29 |
| HSL | 130.08º | 0.53% | 0.46% | - |
| HSV(B) | 130.08º | 0.69% | 0.71% | - |
| XYZ | 19.49 | 34.42 | 12.64 | - |
| YUV | 131.77 | 97.09 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 181 | 77 | 0.69 | 0 | 0.57 | 0.29 | 130.08 | 0.53 | 0.46 |
| Hex | 38 | B5 | 4D | 45 | 0 | 39 | 1D | 82 | 35 | 2E |
| Octal | 70 | 265 | 115 | 105 | 0 | 71 | 35 | 202 | 65 | 56 |
| Binary | 111000 | 10110101 | 1001101 | 1000101 | 0 | 111001 | 11101 | 10000010 | 110101 | 101110 |
Color Harmonies of #38B54D
Complementary color
Monochromatic Colors of #38B54D
Black with #38B54D
Text Example
Text Example
White with #38B54D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B54D; }
p { color: rgb(56,181,77); }
H1.HeaderClassName
{
color: #38B54D;
}
.AnyTagClassName
{
color: #38B54D;
}
</style>
background-color css
<style>
a { background-color: #38B54D; }
a { background-color: rgb(56,181,77); }
div.DivClassName
{
background-color: #38B54D;
}
.BgClassName
{
background-color: #38B54D;
}
</style>
border-color css
<style>
span { border-color: #38B54D; }
span { border-color: rgb(56,181,77); }
td.TdClassName
{
border-color: #38B54D;
}
.TagClassName
{
border-color: #38B54D;
}
</style>