Shades of Turtle Green #35370F
Tints of Turtle Green #35370F
RGB
CMYK
RGB Variations
Color information
#35370F (or 0x35370F) is known color: Turtle Green. HEX triplet: 35, 37 and 0F. RGB value is (53,55,15). Sum of RGB (Red+Green+Blue) = 53+55+15=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 55 (21.88% from 255 or 44.72% from 123); Blue value is 15 (6.25% from 255 or 12.20% from 123); Max value from RGB is 55 - color contains mainly: green. Hex color #35370F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #35370F is #CAC8F0. Grayscale: #313131. Windows color (decimal): -13289713 or 997173. OLE color: 997173.
HSL color Cylindrical-coordinate representation of color #35370F: hue angle of 63º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #35370F is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 55 | 15 | - |
| CMYK | 0.04 | 0 | 0.73 | 0.78 |
| HSL | 63º | 0.57% | 0.14% | - |
| HSV(B) | 63º | 0.73% | 0.22% | - |
| XYZ | 2.92 | 3.52 | 0.98 | - |
| YUV | 49.84 | 108.34 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 55 | 15 | 0.04 | 0 | 0.73 | 0.78 | 63 | 0.57 | 0.14 |
| Hex | 35 | 37 | F | 4 | 0 | 49 | 4E | 3F | 39 | E |
| Octal | 65 | 67 | 17 | 4 | 0 | 111 | 116 | 77 | 71 | 16 |
| Binary | 110101 | 110111 | 1111 | 100 | 0 | 1001001 | 1001110 | 111111 | 111001 | 1110 |
Color Harmonies of #35370F
Complementary color
Monochromatic Colors of #35370F
Black with #35370F
Text Example
Text Example
White with #35370F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35370F; }
p { color: rgb(53,55,15); }
H1.HeaderClassName
{
color: #35370F;
}
.AnyTagClassName
{
color: #35370F;
}
</style>
background-color css
<style>
a { background-color: #35370F; }
a { background-color: rgb(53,55,15); }
div.DivClassName
{
background-color: #35370F;
}
.BgClassName
{
background-color: #35370F;
}
</style>
border-color css
<style>
span { border-color: #35370F; }
span { border-color: rgb(53,55,15); }
td.TdClassName
{
border-color: #35370F;
}
.TagClassName
{
border-color: #35370F;
}
</style>