Shades of Turtle Green #373F14
Tints of Turtle Green #373F14
RGB
CMYK
RGB Variations
Color information
#373F14 (or 0x373F14) is known color: Turtle Green. HEX triplet: 37, 3F and 14. RGB value is (55,63,20). Sum of RGB (Red+Green+Blue) = 55+63+20=138 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.86% from 138); Green value is 63 (25% from 255 or 45.65% from 138); Blue value is 20 (8.20% from 255 or 14.49% from 138); Max value from RGB is 63 - color contains mainly: green. Hex color #373F14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373F14 is #C8C0EB. Grayscale: #373737. Windows color (decimal): -13156588 or 1326903. OLE color: 1326903.
HSL color Cylindrical-coordinate representation of color #373F14: hue angle of 71.16º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #373F14 is Cyan = 0.13, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 63 | 20 | - |
| CMYK | 0.13 | 0 | 0.68 | 0.75 |
| HSL | 71.16º | 0.52% | 0.16% | - |
| HSV(B) | 71.16º | 0.68% | 0.25% | - |
| XYZ | 3.48 | 4.42 | 1.33 | - |
| YUV | 55.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 63 | 20 | 0.13 | 0 | 0.68 | 0.75 | 71.16 | 0.52 | 0.16 |
| Hex | 37 | 3F | 14 | D | 0 | 44 | 4B | 47 | 34 | 10 |
| Octal | 67 | 77 | 24 | 15 | 0 | 104 | 113 | 107 | 64 | 20 |
| Binary | 110111 | 111111 | 10100 | 1101 | 0 | 1000100 | 1001011 | 1000111 | 110100 | 10000 |
Color Harmonies of #373F14
Complementary color
Monochromatic Colors of #373F14
Black with #373F14
Text Example
Text Example
White with #373F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373F14; }
p { color: rgb(55,63,20); }
H1.HeaderClassName
{
color: #373F14;
}
.AnyTagClassName
{
color: #373F14;
}
</style>
background-color css
<style>
a { background-color: #373F14; }
a { background-color: rgb(55,63,20); }
div.DivClassName
{
background-color: #373F14;
}
.BgClassName
{
background-color: #373F14;
}
</style>
border-color css
<style>
span { border-color: #373F14; }
span { border-color: rgb(55,63,20); }
td.TdClassName
{
border-color: #373F14;
}
.TagClassName
{
border-color: #373F14;
}
</style>