Shades of Chateau Green #3CB65C
Tints of Chateau Green #3CB65C
RGB
CMYK
RGB Variations
Color information
#3CB65C (or 0x3CB65C) is known color: Chateau Green. HEX triplet: 3C, B6 and 5C. RGB value is (60,182,92). Sum of RGB (Red+Green+Blue) = 60+182+92=334 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.96% from 334); Green value is 182 (71.48% from 255 or 54.49% from 334); Blue value is 92 (36.33% from 255 or 27.54% from 334); Max value from RGB is 182 - color contains mainly: green. Hex color #3CB65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3CB65C is #C349A3. Grayscale: #878787. Windows color (decimal): -12798372 or 6075964. OLE color: 6075964.
HSL color Cylindrical-coordinate representation of color #3CB65C: hue angle of 135.74º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3CB65C is Cyan = 0.67, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 60 | 182 | 92 | - |
| CMYK | 0.67 | 0 | 0.49 | 0.29 |
| HSL | 135.74º | 0.5% | 0.47% | - |
| HSV(B) | 135.74º | 0.67% | 0.71% | - |
| XYZ | 20.52 | 35.19 | 15.84 | - |
| YUV | 135.26 | 103.58 | 74.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 182 | 92 | 0.67 | 0 | 0.49 | 0.29 | 135.74 | 0.5 | 0.47 |
| Hex | 3C | B6 | 5C | 43 | 0 | 31 | 1D | 88 | 32 | 2F |
| Octal | 74 | 266 | 134 | 103 | 0 | 61 | 35 | 210 | 62 | 57 |
| Binary | 111100 | 10110110 | 1011100 | 1000011 | 0 | 110001 | 11101 | 10001000 | 110010 | 101111 |
Color Harmonies of #3CB65C
Complementary color
Monochromatic Colors of #3CB65C
Black with #3CB65C
Text Example
Text Example
White with #3CB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB65C; }
p { color: rgb(60,182,92); }
H1.HeaderClassName
{
color: #3CB65C;
}
.AnyTagClassName
{
color: #3CB65C;
}
</style>
background-color css
<style>
a { background-color: #3CB65C; }
a { background-color: rgb(60,182,92); }
div.DivClassName
{
background-color: #3CB65C;
}
.BgClassName
{
background-color: #3CB65C;
}
</style>
border-color css
<style>
span { border-color: #3CB65C; }
span { border-color: rgb(60,182,92); }
td.TdClassName
{
border-color: #3CB65C;
}
.TagClassName
{
border-color: #3CB65C;
}
</style>