Shades of Turtle Green #353D0B
Tints of Turtle Green #353D0B
RGB
CMYK
RGB Variations
Color information
#353D0B (or 0x353D0B) is known color: Turtle Green. HEX triplet: 35, 3D and 0B. RGB value is (53,61,11). Sum of RGB (Red+Green+Blue) = 53+61+11=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 61 (24.22% from 255 or 48.8% from 125); Blue value is 11 (4.69% from 255 or 8.8% from 125); Max value from RGB is 61 - color contains mainly: green. Hex color #353D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D0B is #CAC2F4. Grayscale: #353535. Windows color (decimal): -13288181 or 736565. OLE color: 736565.
HSL color Cylindrical-coordinate representation of color #353D0B: hue angle of 69.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #353D0B is Cyan = 0.13, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 11 | - |
| CMYK | 0.13 | 0 | 0.82 | 0.76 |
| HSL | 69.6º | 0.69% | 0.14% | - |
| HSV(B) | 69.6º | 0.82% | 0.24% | - |
| XYZ | 3.2 | 4.12 | 0.94 | - |
| YUV | 52.91 | 104.35 | 128.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 11 | 0.13 | 0 | 0.82 | 0.76 | 69.6 | 0.69 | 0.14 |
| Hex | 35 | 3D | B | D | 0 | 52 | 4C | 46 | 45 | E |
| Octal | 65 | 75 | 13 | 15 | 0 | 122 | 114 | 106 | 105 | 16 |
| Binary | 110101 | 111101 | 1011 | 1101 | 0 | 1010010 | 1001100 | 1000110 | 1000101 | 1110 |
Color Harmonies of #353D0B
Complementary color
Monochromatic Colors of #353D0B
Black with #353D0B
Text Example
Text Example
White with #353D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D0B; }
p { color: rgb(53,61,11); }
H1.HeaderClassName
{
color: #353D0B;
}
.AnyTagClassName
{
color: #353D0B;
}
</style>
background-color css
<style>
a { background-color: #353D0B; }
a { background-color: rgb(53,61,11); }
div.DivClassName
{
background-color: #353D0B;
}
.BgClassName
{
background-color: #353D0B;
}
</style>
border-color css
<style>
span { border-color: #353D0B; }
span { border-color: rgb(53,61,11); }
td.TdClassName
{
border-color: #353D0B;
}
.TagClassName
{
border-color: #353D0B;
}
</style>