Shades of Turtle Green #373C14
Tints of Turtle Green #373C14
RGB
CMYK
RGB Variations
Color information
#373C14 (or 0x373C14) is known color: Turtle Green. HEX triplet: 37, 3C and 14. RGB value is (55,60,20). Sum of RGB (Red+Green+Blue) = 55+60+20=135 (17% of max value = 765). Red value is 55 (21.88% from 255 or 40.74% from 135); Green value is 60 (23.83% from 255 or 44.44% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 60 - color contains mainly: green. Hex color #373C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373C14 is #C8C3EB. Grayscale: #363636. Windows color (decimal): -13157356 or 1326135. OLE color: 1326135.
HSL color Cylindrical-coordinate representation of color #373C14: hue angle of 67.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #373C14 is Cyan = 0.08, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 60 | 20 | - |
| CMYK | 0.08 | 0 | 0.67 | 0.76 |
| HSL | 67.5º | 0.5% | 0.16% | - |
| HSV(B) | 67.5º | 0.67% | 0.24% | - |
| XYZ | 3.32 | 4.09 | 1.28 | - |
| YUV | 53.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 20 | 0.08 | 0 | 0.67 | 0.76 | 67.5 | 0.5 | 0.16 |
| Hex | 37 | 3C | 14 | 8 | 0 | 43 | 4C | 44 | 32 | 10 |
| Octal | 67 | 74 | 24 | 10 | 0 | 103 | 114 | 104 | 62 | 20 |
| Binary | 110111 | 111100 | 10100 | 1000 | 0 | 1000011 | 1001100 | 1000100 | 110010 | 10000 |
Color Harmonies of #373C14
Complementary color
Monochromatic Colors of #373C14
Black with #373C14
Text Example
Text Example
White with #373C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C14; }
p { color: rgb(55,60,20); }
H1.HeaderClassName
{
color: #373C14;
}
.AnyTagClassName
{
color: #373C14;
}
</style>
background-color css
<style>
a { background-color: #373C14; }
a { background-color: rgb(55,60,20); }
div.DivClassName
{
background-color: #373C14;
}
.BgClassName
{
background-color: #373C14;
}
</style>
border-color css
<style>
span { border-color: #373C14; }
span { border-color: rgb(55,60,20); }
td.TdClassName
{
border-color: #373C14;
}
.TagClassName
{
border-color: #373C14;
}
</style>