Shades of Chateau Green #3CAF5E
Tints of Chateau Green #3CAF5E
RGB
CMYK
RGB Variations
Color information
#3CAF5E (or 0x3CAF5E) is known color: Chateau Green. HEX triplet: 3C, AF and 5E. RGB value is (60,175,94). Sum of RGB (Red+Green+Blue) = 60+175+94=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CAF5E is #C350A1. Grayscale: #838383. Windows color (decimal): -12800162 or 6205244. OLE color: 6205244.
HSL color Cylindrical-coordinate representation of color #3CAF5E: hue angle of 137.74º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CAF5E is Cyan = 0.66, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 94 | - |
| CMYK | 0.66 | 0 | 0.46 | 0.31 |
| HSL | 137.74º | 0.49% | 0.46% | - |
| HSV(B) | 137.74º | 0.66% | 0.69% | - |
| XYZ | 19.21 | 32.43 | 15.84 | - |
| YUV | 131.38 | 106.9 | 77.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 94 | 0.66 | 0 | 0.46 | 0.31 | 137.74 | 0.49 | 0.46 |
| Hex | 3C | AF | 5E | 42 | 0 | 2E | 1F | 8A | 31 | 2E |
| Octal | 74 | 257 | 136 | 102 | 0 | 56 | 37 | 212 | 61 | 56 |
| Binary | 111100 | 10101111 | 1011110 | 1000010 | 0 | 101110 | 11111 | 10001010 | 110001 | 101110 |
Color Harmonies of #3CAF5E
Complementary color
Monochromatic Colors of #3CAF5E
Black with #3CAF5E
Text Example
Text Example
White with #3CAF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF5E; }
p { color: rgb(60,175,94); }
H1.HeaderClassName
{
color: #3CAF5E;
}
.AnyTagClassName
{
color: #3CAF5E;
}
</style>
background-color css
<style>
a { background-color: #3CAF5E; }
a { background-color: rgb(60,175,94); }
div.DivClassName
{
background-color: #3CAF5E;
}
.BgClassName
{
background-color: #3CAF5E;
}
</style>
border-color css
<style>
span { border-color: #3CAF5E; }
span { border-color: rgb(60,175,94); }
td.TdClassName
{
border-color: #3CAF5E;
}
.TagClassName
{
border-color: #3CAF5E;
}
</style>