Shades of Turtle Green #353D01
Tints of Turtle Green #353D01
RGB
CMYK
RGB Variations
Color information
#353D01 (or 0x353D01) is known color: Turtle Green. HEX triplet: 35, 3D and 01. RGB value is (53,61,1). Sum of RGB (Red+Green+Blue) = 53+61+1=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 61 (24.22% from 255 or 53.04% from 115); Blue value is 1 (0.78% from 255 or 0.87% from 115); Max value from RGB is 61 - color contains mainly: green. Hex color #353D01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D01 is #CAC2FE. Grayscale: #333333. Windows color (decimal): -13288191 or 81205. OLE color: 81205.
HSL color Cylindrical-coordinate representation of color #353D01: hue angle of 68º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #353D01 is Cyan = 0.13, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 1 | - |
| CMYK | 0.13 | 0 | 0.98 | 0.76 |
| HSL | 68º | 0.97% | 0.12% | - |
| HSV(B) | 68º | 0.98% | 0.24% | - |
| XYZ | 3.14 | 4.1 | 0.65 | - |
| YUV | 51.77 | 99.35 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 1 | 0.13 | 0 | 0.98 | 0.76 | 68 | 0.97 | 0.12 |
| Hex | 35 | 3D | 1 | D | 0 | 62 | 4C | 44 | 61 | C |
| Octal | 65 | 75 | 1 | 15 | 0 | 142 | 114 | 104 | 141 | 14 |
| Binary | 110101 | 111101 | 1 | 1101 | 0 | 1100010 | 1001100 | 1000100 | 1100001 | 1100 |
Color Harmonies of #353D01
Complementary color
Monochromatic Colors of #353D01
Black with #353D01
Text Example
Text Example
White with #353D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D01; }
p { color: rgb(53,61,1); }
H1.HeaderClassName
{
color: #353D01;
}
.AnyTagClassName
{
color: #353D01;
}
</style>
background-color css
<style>
a { background-color: #353D01; }
a { background-color: rgb(53,61,1); }
div.DivClassName
{
background-color: #353D01;
}
.BgClassName
{
background-color: #353D01;
}
</style>
border-color css
<style>
span { border-color: #353D01; }
span { border-color: rgb(53,61,1); }
td.TdClassName
{
border-color: #353D01;
}
.TagClassName
{
border-color: #353D01;
}
</style>