Shades of Chateau Green #3AB258
Tints of Chateau Green #3AB258
RGB
CMYK
RGB Variations
Color information
#3AB258 (or 0x3AB258) is known color: Chateau Green. HEX triplet: 3A, B2 and 58. RGB value is (58,178,88). Sum of RGB (Red+Green+Blue) = 58+178+88=324 (42% of max value = 765). Red value is 58 (23.05% from 255 or 17.90% from 324); Green value is 178 (69.92% from 255 or 54.94% from 324); Blue value is 88 (34.77% from 255 or 27.16% from 324); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB258 is #C54DA7. Grayscale: #848484. Windows color (decimal): -12930472 or 5812794. OLE color: 5812794.
HSL color Cylindrical-coordinate representation of color #3AB258: hue angle of 135º 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 #3AB258 is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 88 | - |
| CMYK | 0.67 | 0 | 0.51 | 0.30 |
| HSL | 135º | 0.51% | 0.46% | - |
| HSV(B) | 135º | 0.67% | 0.7% | - |
| XYZ | 19.43 | 33.44 | 14.66 | - |
| YUV | 131.86 | 103.24 | 75.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 88 | 0.67 | 0 | 0.51 | 0.30 | 135 | 0.51 | 0.46 |
| Hex | 3A | B2 | 58 | 43 | 0 | 33 | 1E | 87 | 33 | 2E |
| Octal | 72 | 262 | 130 | 103 | 0 | 63 | 36 | 207 | 63 | 56 |
| Binary | 111010 | 10110010 | 1011000 | 1000011 | 0 | 110011 | 11110 | 10000111 | 110011 | 101110 |
Color Harmonies of #3AB258
Complementary color
Monochromatic Colors of #3AB258
Black with #3AB258
Text Example
Text Example
White with #3AB258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB258; }
p { color: rgb(58,178,88); }
H1.HeaderClassName
{
color: #3AB258;
}
.AnyTagClassName
{
color: #3AB258;
}
</style>
background-color css
<style>
a { background-color: #3AB258; }
a { background-color: rgb(58,178,88); }
div.DivClassName
{
background-color: #3AB258;
}
.BgClassName
{
background-color: #3AB258;
}
</style>
border-color css
<style>
span { border-color: #3AB258; }
span { border-color: rgb(58,178,88); }
td.TdClassName
{
border-color: #3AB258;
}
.TagClassName
{
border-color: #3AB258;
}
</style>