Shades of Turtle Green #373C05
Tints of Turtle Green #373C05
RGB
CMYK
RGB Variations
Color information
#373C05 (or 0x373C05) is known color: Turtle Green. HEX triplet: 37, 3C and 05. RGB value is (55,60,5). Sum of RGB (Red+Green+Blue) = 55+60+5=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 60 (23.83% from 255 or 50% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 60 - color contains mainly: green. Hex color #373C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373C05 is #C8C3FA. Grayscale: #343434. Windows color (decimal): -13157371 or 343095. OLE color: 343095.
HSL color Cylindrical-coordinate representation of color #373C05: hue angle of 65.45º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #373C05 is Cyan = 0.08, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 60 | 5 | - |
| CMYK | 0.08 | 0 | 0.92 | 0.76 |
| HSL | 65.45º | 0.85% | 0.13% | - |
| HSV(B) | 65.45º | 0.92% | 0.24% | - |
| XYZ | 3.22 | 4.05 | 0.76 | - |
| YUV | 52.24 | 101.34 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 5 | 0.08 | 0 | 0.92 | 0.76 | 65.45 | 0.85 | 0.13 |
| Hex | 37 | 3C | 5 | 8 | 0 | 5C | 4C | 41 | 55 | D |
| Octal | 67 | 74 | 5 | 10 | 0 | 134 | 114 | 101 | 125 | 15 |
| Binary | 110111 | 111100 | 101 | 1000 | 0 | 1011100 | 1001100 | 1000001 | 1010101 | 1101 |
Color Harmonies of #373C05
Complementary color
Monochromatic Colors of #373C05
Black with #373C05
Text Example
Text Example
White with #373C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C05; }
p { color: rgb(55,60,5); }
H1.HeaderClassName
{
color: #373C05;
}
.AnyTagClassName
{
color: #373C05;
}
</style>
background-color css
<style>
a { background-color: #373C05; }
a { background-color: rgb(55,60,5); }
div.DivClassName
{
background-color: #373C05;
}
.BgClassName
{
background-color: #373C05;
}
</style>
border-color css
<style>
span { border-color: #373C05; }
span { border-color: rgb(55,60,5); }
td.TdClassName
{
border-color: #373C05;
}
.TagClassName
{
border-color: #373C05;
}
</style>