Shades of Chateau Green #3AAB5C
Tints of Chateau Green #3AAB5C
RGB
CMYK
RGB Variations
Color information
#3AAB5C (or 0x3AAB5C) is known color: Chateau Green. HEX triplet: 3A, AB and 5C. RGB value is (58,171,92). Sum of RGB (Red+Green+Blue) = 58+171+92=321 (42% of max value = 765). Red value is 58 (23.05% from 255 or 18.07% from 321); Green value is 171 (67.19% from 255 or 53.27% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 171 - color contains mainly: green. Hex color #3AAB5C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AAB5C is #C554A3. Grayscale: #808080. Windows color (decimal): -12932260 or 6073146. OLE color: 6073146.
HSL color Cylindrical-coordinate representation of color #3AAB5C: hue angle of 138.05º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAB5C is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 171 | 92 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.33 |
| HSL | 138.05º | 0.49% | 0.45% | - |
| HSV(B) | 138.05º | 0.66% | 0.67% | - |
| XYZ | 18.24 | 30.8 | 15.11 | - |
| YUV | 128.21 | 107.56 | 77.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 171 | 92 | 0.66 | 0 | 0.46 | 0.33 | 138.05 | 0.49 | 0.45 |
| Hex | 3A | AB | 5C | 42 | 0 | 2E | 21 | 8A | 31 | 2D |
| Octal | 72 | 253 | 134 | 102 | 0 | 56 | 41 | 212 | 61 | 55 |
| Binary | 111010 | 10101011 | 1011100 | 1000010 | 0 | 101110 | 100001 | 10001010 | 110001 | 101101 |
Color Harmonies of #3AAB5C
Complementary color
Monochromatic Colors of #3AAB5C
Black with #3AAB5C
Text Example
Text Example
White with #3AAB5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAB5C; }
p { color: rgb(58,171,92); }
H1.HeaderClassName
{
color: #3AAB5C;
}
.AnyTagClassName
{
color: #3AAB5C;
}
</style>
background-color css
<style>
a { background-color: #3AAB5C; }
a { background-color: rgb(58,171,92); }
div.DivClassName
{
background-color: #3AAB5C;
}
.BgClassName
{
background-color: #3AAB5C;
}
</style>
border-color css
<style>
span { border-color: #3AAB5C; }
span { border-color: rgb(58,171,92); }
td.TdClassName
{
border-color: #3AAB5C;
}
.TagClassName
{
border-color: #3AAB5C;
}
</style>