Shades of Chateau Green #3DB65C
Tints of Chateau Green #3DB65C
RGB
CMYK
RGB Variations
Color information
#3DB65C (or 0x3DB65C) is known color: Chateau Green. HEX triplet: 3D, B6 and 5C. RGB value is (61,182,92). Sum of RGB (Red+Green+Blue) = 61+182+92=335 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.21% from 335); Green value is 182 (71.48% from 255 or 54.33% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 182 - color contains mainly: green. Hex color #3DB65C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DB65C is #C249A3. Grayscale: #878787. Windows color (decimal): -12732836 or 6075965. OLE color: 6075965.
HSL color Cylindrical-coordinate representation of color #3DB65C: hue angle of 135.37º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3DB65C is Cyan = 0.66, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 61 | 182 | 92 | - |
| CMYK | 0.66 | 0 | 0.49 | 0.29 |
| HSL | 135.37º | 0.5% | 0.48% | - |
| HSV(B) | 135.37º | 0.66% | 0.71% | - |
| XYZ | 20.58 | 35.22 | 15.84 | - |
| YUV | 135.56 | 103.41 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 182 | 92 | 0.66 | 0 | 0.49 | 0.29 | 135.37 | 0.5 | 0.48 |
| Hex | 3D | B6 | 5C | 42 | 0 | 31 | 1D | 87 | 32 | 30 |
| Octal | 75 | 266 | 134 | 102 | 0 | 61 | 35 | 207 | 62 | 60 |
| Binary | 111101 | 10110110 | 1011100 | 1000010 | 0 | 110001 | 11101 | 10000111 | 110010 | 110000 |
Color Harmonies of #3DB65C
Complementary color
Monochromatic Colors of #3DB65C
Black with #3DB65C
Text Example
Text Example
White with #3DB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DB65C; }
p { color: rgb(61,182,92); }
H1.HeaderClassName
{
color: #3DB65C;
}
.AnyTagClassName
{
color: #3DB65C;
}
</style>
background-color css
<style>
a { background-color: #3DB65C; }
a { background-color: rgb(61,182,92); }
div.DivClassName
{
background-color: #3DB65C;
}
.BgClassName
{
background-color: #3DB65C;
}
</style>
border-color css
<style>
span { border-color: #3DB65C; }
span { border-color: rgb(61,182,92); }
td.TdClassName
{
border-color: #3DB65C;
}
.TagClassName
{
border-color: #3DB65C;
}
</style>