Shades of Turtle Green #373C07
Tints of Turtle Green #373C07
RGB
CMYK
RGB Variations
Color information
#373C07 (or 0x373C07) is known color: Turtle Green. HEX triplet: 37, 3C and 07. RGB value is (55,60,7). Sum of RGB (Red+Green+Blue) = 55+60+7=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 60 (23.83% from 255 or 49.18% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 60 - color contains mainly: green. Hex color #373C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373C07 is #C8C3F8. Grayscale: #343434. Windows color (decimal): -13157369 or 474167. OLE color: 474167.
HSL color Cylindrical-coordinate representation of color #373C07: hue angle of 65.66º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #373C07 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 60 | 7 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.76 |
| HSL | 65.66º | 0.79% | 0.13% | - |
| HSV(B) | 65.66º | 0.88% | 0.24% | - |
| XYZ | 3.23 | 4.06 | 0.81 | - |
| YUV | 52.46 | 102.34 | 129.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 60 | 7 | 0.08 | 0 | 0.88 | 0.76 | 65.66 | 0.79 | 0.13 |
| Hex | 37 | 3C | 7 | 8 | 0 | 58 | 4C | 42 | 4F | D |
| Octal | 67 | 74 | 7 | 10 | 0 | 130 | 114 | 102 | 117 | 15 |
| Binary | 110111 | 111100 | 111 | 1000 | 0 | 1011000 | 1001100 | 1000010 | 1001111 | 1101 |
Color Harmonies of #373C07
Complementary color
Monochromatic Colors of #373C07
Black with #373C07
Text Example
Text Example
White with #373C07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373C07; }
p { color: rgb(55,60,7); }
H1.HeaderClassName
{
color: #373C07;
}
.AnyTagClassName
{
color: #373C07;
}
</style>
background-color css
<style>
a { background-color: #373C07; }
a { background-color: rgb(55,60,7); }
div.DivClassName
{
background-color: #373C07;
}
.BgClassName
{
background-color: #373C07;
}
</style>
border-color css
<style>
span { border-color: #373C07; }
span { border-color: rgb(55,60,7); }
td.TdClassName
{
border-color: #373C07;
}
.TagClassName
{
border-color: #373C07;
}
</style>