Shades of Chateau Green #3DB35C
Tints of Chateau Green #3DB35C
RGB
CMYK
RGB Variations
Color information
#3DB35C (or 0x3DB35C) is known color: Chateau Green. HEX triplet: 3D, B3 and 5C. RGB value is (61,179,92). Sum of RGB (Red+Green+Blue) = 61+179+92=332 (43% of max value = 765). Red value is 61 (24.22% from 255 or 18.37% from 332); Green value is 179 (70.31% from 255 or 53.92% from 332); Blue value is 92 (36.33% from 255 or 27.71% from 332); Max value from RGB is 179 - color contains mainly: green. Hex color #3DB35C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB35C is #C24CA3. Grayscale: #868686. Windows color (decimal): -12733604 or 6075197. OLE color: 6075197.
HSL color Cylindrical-coordinate representation of color #3DB35C: hue angle of 135.76º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB35C is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 61 | 179 | 92 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.30 |
| HSL | 135.76º | 0.49% | 0.47% | - |
| HSV(B) | 135.76º | 0.66% | 0.7% | - |
| XYZ | 19.98 | 34.01 | 15.64 | - |
| YUV | 133.8 | 104.41 | 76.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 179 | 92 | 0.66 | 0 | 0.49 | 0.30 | 135.76 | 0.49 | 0.47 |
| Hex | 3D | B3 | 5C | 42 | 0 | 31 | 1E | 88 | 31 | 2F |
| Octal | 75 | 263 | 134 | 102 | 0 | 61 | 36 | 210 | 61 | 57 |
| Binary | 111101 | 10110011 | 1011100 | 1000010 | 0 | 110001 | 11110 | 10001000 | 110001 | 101111 |
Color Harmonies of #3DB35C
Complementary color
Monochromatic Colors of #3DB35C
Black with #3DB35C
Text Example
Text Example
White with #3DB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB35C; }
p { color: rgb(61,179,92); }
H1.HeaderClassName
{
color: #3DB35C;
}
.AnyTagClassName
{
color: #3DB35C;
}
</style>
background-color css
<style>
a { background-color: #3DB35C; }
a { background-color: rgb(61,179,92); }
div.DivClassName
{
background-color: #3DB35C;
}
.BgClassName
{
background-color: #3DB35C;
}
</style>
border-color css
<style>
span { border-color: #3DB35C; }
span { border-color: rgb(61,179,92); }
td.TdClassName
{
border-color: #3DB35C;
}
.TagClassName
{
border-color: #3DB35C;
}
</style>