Shades of Chateau Green #3AB34F
Tints of Chateau Green #3AB34F
RGB
CMYK
RGB Variations
Color information
#3AB34F (or 0x3AB34F) is known color: Chateau Green. HEX triplet: 3A, B3 and 4F. RGB value is (58,179,79). Sum of RGB (Red+Green+Blue) = 58+179+79=316 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.35% from 316); Green value is 179 (70.31% from 255 or 56.65% from 316); Blue value is 79 (31.25% from 255 or 25% from 316); Max value from RGB is 179 - color contains mainly: green. Hex color #3AB34F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3AB34F is #C54CB0. Grayscale: #838383. Windows color (decimal): -12930225 or 5223226. OLE color: 5223226.
HSL color Cylindrical-coordinate representation of color #3AB34F: hue angle of 130.41º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3AB34F is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 58 | 179 | 79 | - |
| CMYK | 0.68 | 0 | 0.56 | 0.30 |
| HSL | 130.41º | 0.51% | 0.46% | - |
| HSV(B) | 130.41º | 0.68% | 0.7% | - |
| XYZ | 19.28 | 33.7 | 12.89 | - |
| YUV | 131.42 | 98.41 | 75.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 179 | 79 | 0.68 | 0 | 0.56 | 0.30 | 130.41 | 0.51 | 0.46 |
| Hex | 3A | B3 | 4F | 44 | 0 | 38 | 1E | 82 | 33 | 2E |
| Octal | 72 | 263 | 117 | 104 | 0 | 70 | 36 | 202 | 63 | 56 |
| Binary | 111010 | 10110011 | 1001111 | 1000100 | 0 | 111000 | 11110 | 10000010 | 110011 | 101110 |
Color Harmonies of #3AB34F
Complementary color
Monochromatic Colors of #3AB34F
Black with #3AB34F
Text Example
Text Example
White with #3AB34F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB34F; }
p { color: rgb(58,179,79); }
H1.HeaderClassName
{
color: #3AB34F;
}
.AnyTagClassName
{
color: #3AB34F;
}
</style>
background-color css
<style>
a { background-color: #3AB34F; }
a { background-color: rgb(58,179,79); }
div.DivClassName
{
background-color: #3AB34F;
}
.BgClassName
{
background-color: #3AB34F;
}
</style>
border-color css
<style>
span { border-color: #3AB34F; }
span { border-color: rgb(58,179,79); }
td.TdClassName
{
border-color: #3AB34F;
}
.TagClassName
{
border-color: #3AB34F;
}
</style>