Shades of Turtle Green #353707
Tints of Turtle Green #353707
RGB
CMYK
RGB Variations
Color information
#353707 (or 0x353707) is known color: Turtle Green. HEX triplet: 35, 37 and 07. RGB value is (53,55,7). Sum of RGB (Red+Green+Blue) = 53+55+7=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 55 (21.88% from 255 or 47.83% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 55 - color contains mainly: green. Hex color #353707 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353707 is #CAC8F8. Grayscale: #313131. Windows color (decimal): -13289721 or 472885. OLE color: 472885.
HSL color Cylindrical-coordinate representation of color #353707: hue angle of 62.5º degrees, saturation: 0.77, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #353707 is Cyan = 0.04, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 7 | - |
| CMYK | 0.04 | 0 | 0.87 | 0.78 |
| HSL | 62.5º | 0.77% | 0.12% | - |
| HSV(B) | 62.5º | 0.87% | 0.22% | - |
| XYZ | 2.87 | 3.5 | 0.73 | - |
| YUV | 48.93 | 104.34 | 130.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 7 | 0.04 | 0 | 0.87 | 0.78 | 62.5 | 0.77 | 0.12 |
| Hex | 35 | 37 | 7 | 4 | 0 | 57 | 4E | 3F | 4D | C |
| Octal | 65 | 67 | 7 | 4 | 0 | 127 | 116 | 77 | 115 | 14 |
| Binary | 110101 | 110111 | 111 | 100 | 0 | 1010111 | 1001110 | 111111 | 1001101 | 1100 |
Color Harmonies of #353707
Complementary color
Monochromatic Colors of #353707
Black with #353707
Text Example
Text Example
White with #353707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353707; }
p { color: rgb(53,55,7); }
H1.HeaderClassName
{
color: #353707;
}
.AnyTagClassName
{
color: #353707;
}
</style>
background-color css
<style>
a { background-color: #353707; }
a { background-color: rgb(53,55,7); }
div.DivClassName
{
background-color: #353707;
}
.BgClassName
{
background-color: #353707;
}
</style>
border-color css
<style>
span { border-color: #353707; }
span { border-color: rgb(53,55,7); }
td.TdClassName
{
border-color: #353707;
}
.TagClassName
{
border-color: #353707;
}
</style>