Shades of Turtle Green #353D13
Tints of Turtle Green #353D13
RGB
CMYK
RGB Variations
Color information
#353D13 (or 0x353D13) is known color: Turtle Green. HEX triplet: 35, 3D and 13. RGB value is (53,61,19). Sum of RGB (Red+Green+Blue) = 53+61+19=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 61 (24.22% from 255 or 45.86% from 133); Blue value is 19 (7.81% from 255 or 14.29% from 133); Max value from RGB is 61 - color contains mainly: green. Hex color #353D13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D13 is #CAC2EC. Grayscale: #353535. Windows color (decimal): -13288173 or 1260853. OLE color: 1260853.
HSL color Cylindrical-coordinate representation of color #353D13: hue angle of 71.43º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #353D13 is Cyan = 0.13, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 19 | - |
| CMYK | 0.13 | 0 | 0.69 | 0.76 |
| HSL | 71.43º | 0.53% | 0.16% | - |
| HSV(B) | 71.43º | 0.69% | 0.24% | - |
| XYZ | 3.25 | 4.14 | 1.24 | - |
| YUV | 53.82 | 108.35 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 19 | 0.13 | 0 | 0.69 | 0.76 | 71.43 | 0.53 | 0.16 |
| Hex | 35 | 3D | 13 | D | 0 | 45 | 4C | 47 | 34 | 10 |
| Octal | 65 | 75 | 23 | 15 | 0 | 105 | 114 | 107 | 64 | 20 |
| Binary | 110101 | 111101 | 10011 | 1101 | 0 | 1000101 | 1001100 | 1000111 | 110100 | 10000 |
Color Harmonies of #353D13
Complementary color
Monochromatic Colors of #353D13
Black with #353D13
Text Example
Text Example
White with #353D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D13; }
p { color: rgb(53,61,19); }
H1.HeaderClassName
{
color: #353D13;
}
.AnyTagClassName
{
color: #353D13;
}
</style>
background-color css
<style>
a { background-color: #353D13; }
a { background-color: rgb(53,61,19); }
div.DivClassName
{
background-color: #353D13;
}
.BgClassName
{
background-color: #353D13;
}
</style>
border-color css
<style>
span { border-color: #353D13; }
span { border-color: rgb(53,61,19); }
td.TdClassName
{
border-color: #353D13;
}
.TagClassName
{
border-color: #353D13;
}
</style>