Shades of Chateau Green #38B05C
Tints of Chateau Green #38B05C
RGB
CMYK
RGB Variations
Color information
#38B05C (or 0x38B05C) is known color: Chateau Green. HEX triplet: 38, B0 and 5C. RGB value is (56,176,92). Sum of RGB (Red+Green+Blue) = 56+176+92=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 176 (69.14% from 255 or 54.32% from 324); Blue value is 92 (36.33% from 255 or 28.40% from 324); Max value from RGB is 176 - color contains mainly: green. Hex color #38B05C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B05C is #C74FA3. Grayscale: #828282. Windows color (decimal): -13062052 or 6074424. OLE color: 6074424.
HSL color Cylindrical-coordinate representation of color #38B05C: hue angle of 138º 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 #38B05C is Cyan = 0.68, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 56 | 176 | 92 | - |
| CMYK | 0.68 | 0 | 0.48 | 0.31 |
| HSL | 138º | 0.52% | 0.45% | - |
| HSV(B) | 138º | 0.68% | 0.69% | - |
| XYZ | 19.09 | 32.66 | 15.42 | - |
| YUV | 130.54 | 106.24 | 74.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 176 | 92 | 0.68 | 0 | 0.48 | 0.31 | 138 | 0.52 | 0.45 |
| Hex | 38 | B0 | 5C | 44 | 0 | 30 | 1F | 8A | 34 | 2D |
| Octal | 70 | 260 | 134 | 104 | 0 | 60 | 37 | 212 | 64 | 55 |
| Binary | 111000 | 10110000 | 1011100 | 1000100 | 0 | 110000 | 11111 | 10001010 | 110100 | 101101 |
Color Harmonies of #38B05C
Complementary color
Monochromatic Colors of #38B05C
Black with #38B05C
Text Example
Text Example
White with #38B05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38B05C; }
p { color: rgb(56,176,92); }
H1.HeaderClassName
{
color: #38B05C;
}
.AnyTagClassName
{
color: #38B05C;
}
</style>
background-color css
<style>
a { background-color: #38B05C; }
a { background-color: rgb(56,176,92); }
div.DivClassName
{
background-color: #38B05C;
}
.BgClassName
{
background-color: #38B05C;
}
</style>
border-color css
<style>
span { border-color: #38B05C; }
span { border-color: rgb(56,176,92); }
td.TdClassName
{
border-color: #38B05C;
}
.TagClassName
{
border-color: #38B05C;
}
</style>