Shades of Turtle Green #373C1E
Tints of Turtle Green #373C1E
RGB
CMYK
RGB Variations
Color information
#373C1E (or 0x373C1E) is known color: Turtle Green. HEX triplet: 37, 3C and 1E. RGB value is (55,60,30). Sum of RGB (Red+Green+Blue) = 55+60+30=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 60 (23.83% from 255 or 41.38% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 60 - color contains mainly: green. Hex color #373C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373C1E is #C8C3E1. Grayscale: #373737. Windows color (decimal): -13157346 or 1981495. OLE color: 1981495.
HSL color Cylindrical-coordinate representation of color #373C1E: hue angle of 70º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #373C1E is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 60 | 30 | - |
| CMYK | 0.08 | 0 | 0.50 | 0.76 |
| HSL | 70º | 0.33% | 0.18% | - |
| HSV(B) | 70º | 0.5% | 0.24% | - |
| XYZ | 3.43 | 4.14 | 1.85 | - |
| YUV | 55.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 30 | 0.08 | 0 | 0.50 | 0.76 | 70 | 0.33 | 0.18 |
| Hex | 37 | 3C | 1E | 8 | 0 | 32 | 4C | 46 | 21 | 12 |
| Octal | 67 | 74 | 36 | 10 | 0 | 62 | 114 | 106 | 41 | 22 |
| Binary | 110111 | 111100 | 11110 | 1000 | 0 | 110010 | 1001100 | 1000110 | 100001 | 10010 |
Color Harmonies of #373C1E
Complementary color
Monochromatic Colors of #373C1E
Black with #373C1E
Text Example
Text Example
White with #373C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C1E; }
p { color: rgb(55,60,30); }
H1.HeaderClassName
{
color: #373C1E;
}
.AnyTagClassName
{
color: #373C1E;
}
</style>
background-color css
<style>
a { background-color: #373C1E; }
a { background-color: rgb(55,60,30); }
div.DivClassName
{
background-color: #373C1E;
}
.BgClassName
{
background-color: #373C1E;
}
</style>
border-color css
<style>
span { border-color: #373C1E; }
span { border-color: rgb(55,60,30); }
td.TdClassName
{
border-color: #373C1E;
}
.TagClassName
{
border-color: #373C1E;
}
</style>