Shades of Turtle Green #35500F
Tints of Turtle Green #35500F
RGB
CMYK
RGB Variations
Color information
#35500F (or 0x35500F) is known color: Turtle Green. HEX triplet: 35, 50 and 0F. RGB value is (53,80,15). Sum of RGB (Red+Green+Blue) = 53+80+15=148 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.81% from 148); Green value is 80 (31.64% from 255 or 54.05% from 148); Blue value is 15 (6.25% from 255 or 10.14% from 148); Max value from RGB is 80 - color contains mainly: green. Hex color #35500F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #35500F is #CAAFF0. Grayscale: #404040. Windows color (decimal): -13283313 or 1003573. OLE color: 1003573.
HSL color Cylindrical-coordinate representation of color #35500F: hue angle of 84.92º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #35500F is Cyan = 0.34, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 15 | - |
| CMYK | 0.34 | 0 | 0.81 | 0.69 |
| HSL | 84.92º | 0.68% | 0.19% | - |
| HSV(B) | 84.92º | 0.81% | 0.31% | - |
| XYZ | 4.42 | 6.53 | 1.48 | - |
| YUV | 64.52 | 100.05 | 119.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 15 | 0.34 | 0 | 0.81 | 0.69 | 84.92 | 0.68 | 0.19 |
| Hex | 35 | 50 | F | 22 | 0 | 51 | 45 | 55 | 44 | 13 |
| Octal | 65 | 120 | 17 | 42 | 0 | 121 | 105 | 125 | 104 | 23 |
| Binary | 110101 | 1010000 | 1111 | 100010 | 0 | 1010001 | 1000101 | 1010101 | 1000100 | 10011 |
Color Harmonies of #35500F
Complementary color
Monochromatic Colors of #35500F
Black with #35500F
Text Example
Text Example
White with #35500F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35500F; }
p { color: rgb(53,80,15); }
H1.HeaderClassName
{
color: #35500F;
}
.AnyTagClassName
{
color: #35500F;
}
</style>
background-color css
<style>
a { background-color: #35500F; }
a { background-color: rgb(53,80,15); }
div.DivClassName
{
background-color: #35500F;
}
.BgClassName
{
background-color: #35500F;
}
</style>
border-color css
<style>
span { border-color: #35500F; }
span { border-color: rgb(53,80,15); }
td.TdClassName
{
border-color: #35500F;
}
.TagClassName
{
border-color: #35500F;
}
</style>