Shades of Turtle Green #374013
Tints of Turtle Green #374013
RGB
CMYK
RGB Variations
Color information
#374013 (or 0x374013) is known color: Turtle Green. HEX triplet: 37, 40 and 13. RGB value is (55,64,19). Sum of RGB (Red+Green+Blue) = 55+64+19=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 64 (25.39% from 255 or 46.38% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 64 - color contains mainly: green. Hex color #374013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374013 is #C8BFEC. Grayscale: #383838. Windows color (decimal): -13156333 or 1261623. OLE color: 1261623.
HSL color Cylindrical-coordinate representation of color #374013: hue angle of 72º degrees, saturation: 0.54, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #374013 is Cyan = 0.14, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 19 | - |
| CMYK | 0.14 | 0 | 0.70 | 0.75 |
| HSL | 72º | 0.54% | 0.16% | - |
| HSV(B) | 72º | 0.7% | 0.25% | - |
| XYZ | 3.53 | 4.53 | 1.3 | - |
| YUV | 56.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 19 | 0.14 | 0 | 0.70 | 0.75 | 72 | 0.54 | 0.16 |
| Hex | 37 | 40 | 13 | E | 0 | 46 | 4B | 48 | 36 | 10 |
| Octal | 67 | 100 | 23 | 16 | 0 | 106 | 113 | 110 | 66 | 20 |
| Binary | 110111 | 1000000 | 10011 | 1110 | 0 | 1000110 | 1001011 | 1001000 | 110110 | 10000 |
Color Harmonies of #374013
Complementary color
Monochromatic Colors of #374013
Black with #374013
Text Example
Text Example
White with #374013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374013; }
p { color: rgb(55,64,19); }
H1.HeaderClassName
{
color: #374013;
}
.AnyTagClassName
{
color: #374013;
}
</style>
background-color css
<style>
a { background-color: #374013; }
a { background-color: rgb(55,64,19); }
div.DivClassName
{
background-color: #374013;
}
.BgClassName
{
background-color: #374013;
}
</style>
border-color css
<style>
span { border-color: #374013; }
span { border-color: rgb(55,64,19); }
td.TdClassName
{
border-color: #374013;
}
.TagClassName
{
border-color: #374013;
}
</style>