Shades of Turtle Green #353D12
Tints of Turtle Green #353D12
RGB
CMYK
RGB Variations
Color information
#353D12 (or 0x353D12) is known color: Turtle Green. HEX triplet: 35, 3D and 12. RGB value is (53,61,18). Sum of RGB (Red+Green+Blue) = 53+61+18=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 61 (24.22% from 255 or 46.21% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 61 - color contains mainly: green. Hex color #353D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D12 is #CAC2ED. Grayscale: #353535. Windows color (decimal): -13288174 or 1195317. OLE color: 1195317.
HSL color Cylindrical-coordinate representation of color #353D12: hue angle of 71.16º degrees, saturation: 0.54, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #353D12 is Cyan = 0.13, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 18 | - |
| CMYK | 0.13 | 0 | 0.70 | 0.76 |
| HSL | 71.16º | 0.54% | 0.15% | - |
| HSV(B) | 71.16º | 0.7% | 0.24% | - |
| XYZ | 3.25 | 4.14 | 1.2 | - |
| YUV | 53.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 18 | 0.13 | 0 | 0.70 | 0.76 | 71.16 | 0.54 | 0.15 |
| Hex | 35 | 3D | 12 | D | 0 | 46 | 4C | 47 | 36 | F |
| Octal | 65 | 75 | 22 | 15 | 0 | 106 | 114 | 107 | 66 | 17 |
| Binary | 110101 | 111101 | 10010 | 1101 | 0 | 1000110 | 1001100 | 1000111 | 110110 | 1111 |
Color Harmonies of #353D12
Complementary color
Monochromatic Colors of #353D12
Black with #353D12
Text Example
Text Example
White with #353D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D12; }
p { color: rgb(53,61,18); }
H1.HeaderClassName
{
color: #353D12;
}
.AnyTagClassName
{
color: #353D12;
}
</style>
background-color css
<style>
a { background-color: #353D12; }
a { background-color: rgb(53,61,18); }
div.DivClassName
{
background-color: #353D12;
}
.BgClassName
{
background-color: #353D12;
}
</style>
border-color css
<style>
span { border-color: #353D12; }
span { border-color: rgb(53,61,18); }
td.TdClassName
{
border-color: #353D12;
}
.TagClassName
{
border-color: #353D12;
}
</style>