Shades of Turtle Green #353E15
Tints of Turtle Green #353E15
RGB
CMYK
RGB Variations
Color information
#353E15 (or 0x353E15) is known color: Turtle Green. HEX triplet: 35, 3E and 15. RGB value is (53,62,21). Sum of RGB (Red+Green+Blue) = 53+62+21=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 62 (24.61% from 255 or 45.59% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 62 - color contains mainly: green. Hex color #353E15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E15 is #CAC1EA. Grayscale: #363636. Windows color (decimal): -13287915 or 1392181. OLE color: 1392181.
HSL color Cylindrical-coordinate representation of color #353E15: hue angle of 73.17º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #353E15 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 21 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.76 |
| HSL | 73.17º | 0.49% | 0.16% | - |
| HSV(B) | 73.17º | 0.66% | 0.24% | - |
| XYZ | 3.33 | 4.26 | 1.36 | - |
| YUV | 54.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 21 | 0.15 | 0 | 0.66 | 0.76 | 73.17 | 0.49 | 0.16 |
| Hex | 35 | 3E | 15 | F | 0 | 42 | 4C | 49 | 31 | 10 |
| Octal | 65 | 76 | 25 | 17 | 0 | 102 | 114 | 111 | 61 | 20 |
| Binary | 110101 | 111110 | 10101 | 1111 | 0 | 1000010 | 1001100 | 1001001 | 110001 | 10000 |
Color Harmonies of #353E15
Complementary color
Monochromatic Colors of #353E15
Black with #353E15
Text Example
Text Example
White with #353E15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E15; }
p { color: rgb(53,62,21); }
H1.HeaderClassName
{
color: #353E15;
}
.AnyTagClassName
{
color: #353E15;
}
</style>
background-color css
<style>
a { background-color: #353E15; }
a { background-color: rgb(53,62,21); }
div.DivClassName
{
background-color: #353E15;
}
.BgClassName
{
background-color: #353E15;
}
</style>
border-color css
<style>
span { border-color: #353E15; }
span { border-color: rgb(53,62,21); }
td.TdClassName
{
border-color: #353E15;
}
.TagClassName
{
border-color: #353E15;
}
</style>