Shades of Turtle Green #353704
Tints of Turtle Green #353704
RGB
CMYK
RGB Variations
Color information
#353704 (or 0x353704) is known color: Turtle Green. HEX triplet: 35, 37 and 04. RGB value is (53,55,4). Sum of RGB (Red+Green+Blue) = 53+55+4=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 4 (1.95% from 255 or 3.57% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #353704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353704 is #CAC8FB. Grayscale: #303030. Windows color (decimal): -13289724 or 276277. OLE color: 276277.
HSL color Cylindrical-coordinate representation of color #353704: hue angle of 62.35º degrees, saturation: 0.86, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #353704 is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 4 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.78 |
| HSL | 62.35º | 0.86% | 0.12% | - |
| HSV(B) | 62.35º | 0.93% | 0.22% | - |
| XYZ | 2.86 | 3.5 | 0.64 | - |
| YUV | 48.59 | 102.84 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 4 | 0.04 | 0 | 0.93 | 0.78 | 62.35 | 0.86 | 0.12 |
| Hex | 35 | 37 | 4 | 4 | 0 | 5D | 4E | 3E | 56 | C |
| Octal | 65 | 67 | 4 | 4 | 0 | 135 | 116 | 76 | 126 | 14 |
| Binary | 110101 | 110111 | 100 | 100 | 0 | 1011101 | 1001110 | 111110 | 1010110 | 1100 |
Color Harmonies of #353704
Complementary color
Monochromatic Colors of #353704
Black with #353704
Text Example
Text Example
White with #353704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353704; }
p { color: rgb(53,55,4); }
H1.HeaderClassName
{
color: #353704;
}
.AnyTagClassName
{
color: #353704;
}
</style>
background-color css
<style>
a { background-color: #353704; }
a { background-color: rgb(53,55,4); }
div.DivClassName
{
background-color: #353704;
}
.BgClassName
{
background-color: #353704;
}
</style>
border-color css
<style>
span { border-color: #353704; }
span { border-color: rgb(53,55,4); }
td.TdClassName
{
border-color: #353704;
}
.TagClassName
{
border-color: #353704;
}
</style>