Shades of Chateau Green #3CB15C
Tints of Chateau Green #3CB15C
RGB
CMYK
RGB Variations
Color information
#3CB15C (or 0x3CB15C) is known color: Chateau Green. HEX triplet: 3C, B1 and 5C. RGB value is (60,177,92). Sum of RGB (Red+Green+Blue) = 60+177+92=329 (43% of max value = 765). Red value is 60 (23.83% from 255 or 18.24% from 329); Green value is 177 (69.53% from 255 or 53.80% from 329); Blue value is 92 (36.33% from 255 or 27.96% from 329); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB15C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CB15C is #C34EA3. Grayscale: #848484. Windows color (decimal): -12799652 or 6074684. OLE color: 6074684.
HSL color Cylindrical-coordinate representation of color #3CB15C: hue angle of 136.41º 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 #3CB15C is Cyan = 0.66, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 92 | - |
| CMYK | 0.66 | 0 | 0.48 | 0.31 |
| HSL | 136.41º | 0.49% | 0.46% | - |
| HSV(B) | 136.41º | 0.66% | 0.69% | - |
| XYZ | 19.52 | 33.18 | 15.5 | - |
| YUV | 132.33 | 105.24 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 92 | 0.66 | 0 | 0.48 | 0.31 | 136.41 | 0.49 | 0.46 |
| Hex | 3C | B1 | 5C | 42 | 0 | 30 | 1F | 88 | 31 | 2E |
| Octal | 74 | 261 | 134 | 102 | 0 | 60 | 37 | 210 | 61 | 56 |
| Binary | 111100 | 10110001 | 1011100 | 1000010 | 0 | 110000 | 11111 | 10001000 | 110001 | 101110 |
Color Harmonies of #3CB15C
Complementary color
Monochromatic Colors of #3CB15C
Black with #3CB15C
Text Example
Text Example
White with #3CB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB15C; }
p { color: rgb(60,177,92); }
H1.HeaderClassName
{
color: #3CB15C;
}
.AnyTagClassName
{
color: #3CB15C;
}
</style>
background-color css
<style>
a { background-color: #3CB15C; }
a { background-color: rgb(60,177,92); }
div.DivClassName
{
background-color: #3CB15C;
}
.BgClassName
{
background-color: #3CB15C;
}
</style>
border-color css
<style>
span { border-color: #3CB15C; }
span { border-color: rgb(60,177,92); }
td.TdClassName
{
border-color: #3CB15C;
}
.TagClassName
{
border-color: #3CB15C;
}
</style>