Shades of Turtle Green #353700
Tints of Turtle Green #353700
RGB
CMYK
RGB Variations
Color information
#353700 (or 0x353700) is known color: Turtle Green. HEX triplet: 35, 37 and 00. RGB value is (53,55,0). Sum of RGB (Red+Green+Blue) = 53+55+0=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 55 (21.88% from 255 or 50.93% from 108); Blue value is 0 (0.39% from 255 or 0% from 108); Max value from RGB is 55 - color contains mainly: green. Hex color #353700 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353700 is #CAC8FF. Grayscale: #303030. Windows color (decimal): -13289728 or 14133. OLE color: 14133.
HSL color Cylindrical-coordinate representation of color #353700: hue angle of 62.18º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #353700 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.78 |
| HSL | 62.18º | 1% | 0.11% | - |
| HSV(B) | 62.18º | 1% | 0.22% | - |
| XYZ | 2.83 | 3.49 | 0.52 | - |
| YUV | 48.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 0 | 0.04 | 0 | 1 | 0.78 | 62.18 | 1 | 0.11 |
| Hex | 35 | 37 | 0 | 4 | 0 | 64 | 4E | 3E | 64 | B |
| Octal | 65 | 67 | 0 | 4 | 0 | 144 | 116 | 76 | 144 | 13 |
| Binary | 110101 | 110111 | 0 | 100 | 0 | 1100100 | 1001110 | 111110 | 1100100 | 1011 |
Color Harmonies of #353700
Complementary color
Monochromatic Colors of #353700
Black with #353700
Text Example
Text Example
White with #353700
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353700; }
p { color: rgb(53,55,0); }
H1.HeaderClassName
{
color: #353700;
}
.AnyTagClassName
{
color: #353700;
}
</style>
background-color css
<style>
a { background-color: #353700; }
a { background-color: rgb(53,55,0); }
div.DivClassName
{
background-color: #353700;
}
.BgClassName
{
background-color: #353700;
}
</style>
border-color css
<style>
span { border-color: #353700; }
span { border-color: rgb(53,55,0); }
td.TdClassName
{
border-color: #353700;
}
.TagClassName
{
border-color: #353700;
}
</style>