Shades of Turtle Green #37460F
Tints of Turtle Green #37460F
RGB
CMYK
RGB Variations
Color information
#37460F (or 0x37460F) is known color: Turtle Green. HEX triplet: 37, 46 and 0F. RGB value is (55,70,15). Sum of RGB (Red+Green+Blue) = 55+70+15=140 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.29% from 140); Green value is 70 (27.73% from 255 or 50% from 140); Blue value is 15 (6.25% from 255 or 10.71% from 140); Max value from RGB is 70 - color contains mainly: green. Hex color #37460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37460F is #C8B9F0. Grayscale: #3B3B3B. Windows color (decimal): -13154801 or 1001015. OLE color: 1001015.
HSL color Cylindrical-coordinate representation of color #37460F: hue angle of 76.36º degrees, saturation: 0.65, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37460F is Cyan = 0.21, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 55 | 70 | 15 | - |
| CMYK | 0.21 | 0 | 0.79 | 0.73 |
| HSL | 76.36º | 0.65% | 0.17% | - |
| HSV(B) | 76.36º | 0.79% | 0.27% | - |
| XYZ | 3.85 | 5.23 | 1.26 | - |
| YUV | 59.25 | 103.03 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 70 | 15 | 0.21 | 0 | 0.79 | 0.73 | 76.36 | 0.65 | 0.17 |
| Hex | 37 | 46 | F | 15 | 0 | 4F | 49 | 4C | 41 | 11 |
| Octal | 67 | 106 | 17 | 25 | 0 | 117 | 111 | 114 | 101 | 21 |
| Binary | 110111 | 1000110 | 1111 | 10101 | 0 | 1001111 | 1001001 | 1001100 | 1000001 | 10001 |
Color Harmonies of #37460F
Complementary color
Monochromatic Colors of #37460F
Black with #37460F
Text Example
Text Example
White with #37460F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37460F; }
p { color: rgb(55,70,15); }
H1.HeaderClassName
{
color: #37460F;
}
.AnyTagClassName
{
color: #37460F;
}
</style>
background-color css
<style>
a { background-color: #37460F; }
a { background-color: rgb(55,70,15); }
div.DivClassName
{
background-color: #37460F;
}
.BgClassName
{
background-color: #37460F;
}
</style>
border-color css
<style>
span { border-color: #37460F; }
span { border-color: rgb(55,70,15); }
td.TdClassName
{
border-color: #37460F;
}
.TagClassName
{
border-color: #37460F;
}
</style>