Shades of Chateau Green #3BB05D
Tints of Chateau Green #3BB05D
RGB
CMYK
RGB Variations
Color information
#3BB05D (or 0x3BB05D) is known color: Chateau Green. HEX triplet: 3B, B0 and 5D. RGB value is (59,176,93). Sum of RGB (Red+Green+Blue) = 59+176+93=328 (43% of max value = 765). Red value is 59 (23.44% from 255 or 17.99% from 328); Green value is 176 (69.14% from 255 or 53.66% from 328); Blue value is 93 (36.72% from 255 or 28.35% from 328); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB05D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BB05D is #C44FA2. Grayscale: #838383. Windows color (decimal): -12865443 or 6139963. OLE color: 6139963.
HSL color Cylindrical-coordinate representation of color #3BB05D: hue angle of 137.44º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BB05D is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 176 | 93 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.31 |
| HSL | 137.44º | 0.5% | 0.46% | - |
| HSV(B) | 137.44º | 0.66% | 0.69% | - |
| XYZ | 19.3 | 32.77 | 15.66 | - |
| YUV | 131.56 | 106.24 | 76.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 176 | 93 | 0.66 | 0 | 0.47 | 0.31 | 137.44 | 0.5 | 0.46 |
| Hex | 3B | B0 | 5D | 42 | 0 | 2F | 1F | 89 | 32 | 2E |
| Octal | 73 | 260 | 135 | 102 | 0 | 57 | 37 | 211 | 62 | 56 |
| Binary | 111011 | 10110000 | 1011101 | 1000010 | 0 | 101111 | 11111 | 10001001 | 110010 | 101110 |
Color Harmonies of #3BB05D
Complementary color
Monochromatic Colors of #3BB05D
Black with #3BB05D
Text Example
Text Example
White with #3BB05D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB05D; }
p { color: rgb(59,176,93); }
H1.HeaderClassName
{
color: #3BB05D;
}
.AnyTagClassName
{
color: #3BB05D;
}
</style>
background-color css
<style>
a { background-color: #3BB05D; }
a { background-color: rgb(59,176,93); }
div.DivClassName
{
background-color: #3BB05D;
}
.BgClassName
{
background-color: #3BB05D;
}
</style>
border-color css
<style>
span { border-color: #3BB05D; }
span { border-color: rgb(59,176,93); }
td.TdClassName
{
border-color: #3BB05D;
}
.TagClassName
{
border-color: #3BB05D;
}
</style>