Shades of Chateau Green #3AB25D
Tints of Chateau Green #3AB25D
RGB
CMYK
RGB Variations
Color information
#3AB25D (or 0x3AB25D) is known color: Chateau Green. HEX triplet: 3A, B2 and 5D. RGB value is (58,178,93). Sum of RGB (Red+Green+Blue) = 58+178+93=329 (43% of max value = 765). Red value is 58 (23.05% from 255 or 17.63% from 329); Green value is 178 (69.92% from 255 or 54.10% from 329); Blue value is 93 (36.72% from 255 or 28.27% from 329); Max value from RGB is 178 - color contains mainly: green. Hex color #3AB25D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AB25D is #C54DA2. Grayscale: #848484. Windows color (decimal): -12930467 or 6140474. OLE color: 6140474.
HSL color Cylindrical-coordinate representation of color #3AB25D: hue angle of 137.5º 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 #3AB25D is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 178 | 93 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.30 |
| HSL | 137.5º | 0.51% | 0.46% | - |
| HSV(B) | 137.5º | 0.67% | 0.7% | - |
| XYZ | 19.64 | 33.53 | 15.79 | - |
| YUV | 132.43 | 105.74 | 74.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 178 | 93 | 0.67 | 0 | 0.48 | 0.30 | 137.5 | 0.51 | 0.46 |
| Hex | 3A | B2 | 5D | 43 | 0 | 30 | 1E | 8A | 33 | 2E |
| Octal | 72 | 262 | 135 | 103 | 0 | 60 | 36 | 212 | 63 | 56 |
| Binary | 111010 | 10110010 | 1011101 | 1000011 | 0 | 110000 | 11110 | 10001010 | 110011 | 101110 |
Color Harmonies of #3AB25D
Complementary color
Monochromatic Colors of #3AB25D
Black with #3AB25D
Text Example
Text Example
White with #3AB25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB25D; }
p { color: rgb(58,178,93); }
H1.HeaderClassName
{
color: #3AB25D;
}
.AnyTagClassName
{
color: #3AB25D;
}
</style>
background-color css
<style>
a { background-color: #3AB25D; }
a { background-color: rgb(58,178,93); }
div.DivClassName
{
background-color: #3AB25D;
}
.BgClassName
{
background-color: #3AB25D;
}
</style>
border-color css
<style>
span { border-color: #3AB25D; }
span { border-color: rgb(58,178,93); }
td.TdClassName
{
border-color: #3AB25D;
}
.TagClassName
{
border-color: #3AB25D;
}
</style>