Shades of Turtle Green #374113
Tints of Turtle Green #374113
RGB
CMYK
RGB Variations
Color information
#374113 (or 0x374113) is known color: Turtle Green. HEX triplet: 37, 41 and 13. RGB value is (55,65,19). Sum of RGB (Red+Green+Blue) = 55+65+19=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 19 (7.81% from 255 or 13.67% from 139); Max value from RGB is 65 - color contains mainly: green. Hex color #374113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374113 is #C8BEEC. Grayscale: #383838. Windows color (decimal): -13156077 or 1261879. OLE color: 1261879.
HSL color Cylindrical-coordinate representation of color #374113: hue angle of 73.04º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #374113 is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 19 | - |
| CMYK | 0.15 | 0 | 0.71 | 0.75 |
| HSL | 73.04º | 0.55% | 0.16% | - |
| HSV(B) | 73.04º | 0.71% | 0.25% | - |
| XYZ | 3.58 | 4.64 | 1.32 | - |
| YUV | 56.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 19 | 0.15 | 0 | 0.71 | 0.75 | 73.04 | 0.55 | 0.16 |
| Hex | 37 | 41 | 13 | F | 0 | 47 | 4B | 49 | 37 | 10 |
| Octal | 67 | 101 | 23 | 17 | 0 | 107 | 113 | 111 | 67 | 20 |
| Binary | 110111 | 1000001 | 10011 | 1111 | 0 | 1000111 | 1001011 | 1001001 | 110111 | 10000 |
Color Harmonies of #374113
Complementary color
Monochromatic Colors of #374113
Black with #374113
Text Example
Text Example
White with #374113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374113; }
p { color: rgb(55,65,19); }
H1.HeaderClassName
{
color: #374113;
}
.AnyTagClassName
{
color: #374113;
}
</style>
background-color css
<style>
a { background-color: #374113; }
a { background-color: rgb(55,65,19); }
div.DivClassName
{
background-color: #374113;
}
.BgClassName
{
background-color: #374113;
}
</style>
border-color css
<style>
span { border-color: #374113; }
span { border-color: rgb(55,65,19); }
td.TdClassName
{
border-color: #374113;
}
.TagClassName
{
border-color: #374113;
}
</style>