Shades of Chateau Green #38B05D
Tints of Chateau Green #38B05D
RGB
CMYK
RGB Variations
Color information
#38B05D (or 0x38B05D) is known color: Chateau Green. HEX triplet: 38, B0 and 5D. RGB value is (56,176,93). Sum of RGB (Red+Green+Blue) = 56+176+93=325 (43% of max value = 765). Red value is 56 (22.27% from 255 or 17.23% from 325); Green value is 176 (69.14% from 255 or 54.15% from 325); Blue value is 93 (36.72% from 255 or 28.62% from 325); Max value from RGB is 176 - color contains mainly: green. Hex color #38B05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B05D is #C74FA2. Grayscale: #828282. Windows color (decimal): -13062051 or 6139960. OLE color: 6139960.
HSL color Cylindrical-coordinate representation of color #38B05D: hue angle of 138.5º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B05D is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 176 | 93 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.31 |
| HSL | 138.5º | 0.52% | 0.45% | - |
| HSV(B) | 138.5º | 0.68% | 0.69% | - |
| XYZ | 19.13 | 32.68 | 15.66 | - |
| YUV | 130.66 | 106.74 | 74.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 176 | 93 | 0.68 | 0 | 0.47 | 0.31 | 138.5 | 0.52 | 0.45 |
| Hex | 38 | B0 | 5D | 44 | 0 | 2F | 1F | 8A | 34 | 2D |
| Octal | 70 | 260 | 135 | 104 | 0 | 57 | 37 | 212 | 64 | 55 |
| Binary | 111000 | 10110000 | 1011101 | 1000100 | 0 | 101111 | 11111 | 10001010 | 110100 | 101101 |
Color Harmonies of #38B05D
Complementary color
Monochromatic Colors of #38B05D
Black with #38B05D
Text Example
Text Example
White with #38B05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B05D; }
p { color: rgb(56,176,93); }
H1.HeaderClassName
{
color: #38B05D;
}
.AnyTagClassName
{
color: #38B05D;
}
</style>
background-color css
<style>
a { background-color: #38B05D; }
a { background-color: rgb(56,176,93); }
div.DivClassName
{
background-color: #38B05D;
}
.BgClassName
{
background-color: #38B05D;
}
</style>
border-color css
<style>
span { border-color: #38B05D; }
span { border-color: rgb(56,176,93); }
td.TdClassName
{
border-color: #38B05D;
}
.TagClassName
{
border-color: #38B05D;
}
</style>