Shades of Chateau Green #3AB250
Tints of Chateau Green #3AB250
RGB
CMYK
RGB Variations
Color information
#3AB250 (or 0x3AB250) is known color: Chateau Green. HEX triplet: 3A, B2 and 50. RGB value is (58,178,80). Sum of RGB (Red+Green+Blue) = 58+178+80=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 178 (69.92% from 255 or 56.33% from 316); Blue value is 80 (31.64% from 255 or 25.32% from 316); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB250 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB250 is #C54DAF. Grayscale: #838383. Windows color (decimal): -12930480 or 5288506. OLE color: 5288506.
HSL color Cylindrical-coordinate representation of color #3AB250: hue angle of 131º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AB250 is Cyan = 0.67, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 80 | - |
| CMYK | 0.67 | 0 | 0.55 | 0.30 |
| HSL | 131º | 0.51% | 0.46% | - |
| HSV(B) | 131º | 0.67% | 0.7% | - |
| XYZ | 19.11 | 33.32 | 13.01 | - |
| YUV | 130.95 | 99.24 | 75.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 80 | 0.67 | 0 | 0.55 | 0.30 | 131 | 0.51 | 0.46 |
| Hex | 3A | B2 | 50 | 43 | 0 | 37 | 1E | 83 | 33 | 2E |
| Octal | 72 | 262 | 120 | 103 | 0 | 67 | 36 | 203 | 63 | 56 |
| Binary | 111010 | 10110010 | 1010000 | 1000011 | 0 | 110111 | 11110 | 10000011 | 110011 | 101110 |
Color Harmonies of #3AB250
Complementary color
Monochromatic Colors of #3AB250
Black with #3AB250
Text Example
Text Example
White with #3AB250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB250; }
p { color: rgb(58,178,80); }
H1.HeaderClassName
{
color: #3AB250;
}
.AnyTagClassName
{
color: #3AB250;
}
</style>
background-color css
<style>
a { background-color: #3AB250; }
a { background-color: rgb(58,178,80); }
div.DivClassName
{
background-color: #3AB250;
}
.BgClassName
{
background-color: #3AB250;
}
</style>
border-color css
<style>
span { border-color: #3AB250; }
span { border-color: rgb(58,178,80); }
td.TdClassName
{
border-color: #3AB250;
}
.TagClassName
{
border-color: #3AB250;
}
</style>