Shades of Turtle Green #353D04
Tints of Turtle Green #353D04
RGB
CMYK
RGB Variations
Color information
#353D04 (or 0x353D04) is known color: Turtle Green. HEX triplet: 35, 3D and 04. RGB value is (53,61,4). Sum of RGB (Red+Green+Blue) = 53+61+4=118 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.92% from 118); Green value is 61 (24.22% from 255 or 51.69% from 118); Blue value is 4 (1.95% from 255 or 3.39% from 118); Max value from RGB is 61 - color contains mainly: green. Hex color #353D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D04 is #CAC2FB. Grayscale: #343434. Windows color (decimal): -13288188 or 277813. OLE color: 277813.
HSL color Cylindrical-coordinate representation of color #353D04: hue angle of 68.42º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #353D04 is Cyan = 0.13, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 4 | - |
| CMYK | 0.13 | 0 | 0.93 | 0.76 |
| HSL | 68.42º | 0.88% | 0.13% | - |
| HSV(B) | 68.42º | 0.93% | 0.24% | - |
| XYZ | 3.16 | 4.1 | 0.74 | - |
| YUV | 52.11 | 100.85 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 4 | 0.13 | 0 | 0.93 | 0.76 | 68.42 | 0.88 | 0.13 |
| Hex | 35 | 3D | 4 | D | 0 | 5D | 4C | 44 | 58 | D |
| Octal | 65 | 75 | 4 | 15 | 0 | 135 | 114 | 104 | 130 | 15 |
| Binary | 110101 | 111101 | 100 | 1101 | 0 | 1011101 | 1001100 | 1000100 | 1011000 | 1101 |
Color Harmonies of #353D04
Complementary color
Monochromatic Colors of #353D04
Black with #353D04
Text Example
Text Example
White with #353D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D04; }
p { color: rgb(53,61,4); }
H1.HeaderClassName
{
color: #353D04;
}
.AnyTagClassName
{
color: #353D04;
}
</style>
background-color css
<style>
a { background-color: #353D04; }
a { background-color: rgb(53,61,4); }
div.DivClassName
{
background-color: #353D04;
}
.BgClassName
{
background-color: #353D04;
}
</style>
border-color css
<style>
span { border-color: #353D04; }
span { border-color: rgb(53,61,4); }
td.TdClassName
{
border-color: #353D04;
}
.TagClassName
{
border-color: #353D04;
}
</style>