Shades of Turtle Green #353D1D
Tints of Turtle Green #353D1D
RGB
CMYK
RGB Variations
Color information
#353D1D (or 0x353D1D) is known color: Turtle Green. HEX triplet: 35, 3D and 1D. RGB value is (53,61,29). Sum of RGB (Red+Green+Blue) = 53+61+29=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 29 (11.72% from 255 or 20.28% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #353D1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353D1D is #CAC2E2. Grayscale: #373737. Windows color (decimal): -13288163 or 1916213. OLE color: 1916213.
HSL color Cylindrical-coordinate representation of color #353D1D: hue angle of 75º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #353D1D is Cyan = 0.13, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 29 | - |
| CMYK | 0.13 | 0 | 0.52 | 0.76 |
| HSL | 75º | 0.36% | 0.18% | - |
| HSV(B) | 75º | 0.52% | 0.24% | - |
| XYZ | 3.36 | 4.18 | 1.79 | - |
| YUV | 54.96 | 113.35 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 29 | 0.13 | 0 | 0.52 | 0.76 | 75 | 0.36 | 0.18 |
| Hex | 35 | 3D | 1D | D | 0 | 34 | 4C | 4B | 24 | 12 |
| Octal | 65 | 75 | 35 | 15 | 0 | 64 | 114 | 113 | 44 | 22 |
| Binary | 110101 | 111101 | 11101 | 1101 | 0 | 110100 | 1001100 | 1001011 | 100100 | 10010 |
Color Harmonies of #353D1D
Complementary color
Monochromatic Colors of #353D1D
Black with #353D1D
Text Example
Text Example
White with #353D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D1D; }
p { color: rgb(53,61,29); }
H1.HeaderClassName
{
color: #353D1D;
}
.AnyTagClassName
{
color: #353D1D;
}
</style>
background-color css
<style>
a { background-color: #353D1D; }
a { background-color: rgb(53,61,29); }
div.DivClassName
{
background-color: #353D1D;
}
.BgClassName
{
background-color: #353D1D;
}
</style>
border-color css
<style>
span { border-color: #353D1D; }
span { border-color: rgb(53,61,29); }
td.TdClassName
{
border-color: #353D1D;
}
.TagClassName
{
border-color: #353D1D;
}
</style>