Shades of Turtle Green #373D0F
Tints of Turtle Green #373D0F
RGB
CMYK
RGB Variations
Color information
#373D0F (or 0x373D0F) is known color: Turtle Green. HEX triplet: 37, 3D and 0F. RGB value is (55,61,15). Sum of RGB (Red+Green+Blue) = 55+61+15=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 61 (24.22% from 255 or 46.56% from 131); Blue value is 15 (6.25% from 255 or 11.45% from 131); Max value from RGB is 61 - color contains mainly: green. Hex color #373D0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373D0F is #C8C2F0. Grayscale: #363636. Windows color (decimal): -13157105 or 998711. OLE color: 998711.
HSL color Cylindrical-coordinate representation of color #373D0F: hue angle of 67.83º degrees, saturation: 0.61, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #373D0F is Cyan = 0.10, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 55 | 61 | 15 | - |
| CMYK | 0.10 | 0 | 0.75 | 0.76 |
| HSL | 67.83º | 0.61% | 0.15% | - |
| HSV(B) | 67.83º | 0.75% | 0.24% | - |
| XYZ | 3.33 | 4.18 | 1.08 | - |
| YUV | 53.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 61 | 15 | 0.10 | 0 | 0.75 | 0.76 | 67.83 | 0.61 | 0.15 |
| Hex | 37 | 3D | F | A | 0 | 4B | 4C | 44 | 3D | F |
| Octal | 67 | 75 | 17 | 12 | 0 | 113 | 114 | 104 | 75 | 17 |
| Binary | 110111 | 111101 | 1111 | 1010 | 0 | 1001011 | 1001100 | 1000100 | 111101 | 1111 |
Color Harmonies of #373D0F
Complementary color
Monochromatic Colors of #373D0F
Black with #373D0F
Text Example
Text Example
White with #373D0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373D0F; }
p { color: rgb(55,61,15); }
H1.HeaderClassName
{
color: #373D0F;
}
.AnyTagClassName
{
color: #373D0F;
}
</style>
background-color css
<style>
a { background-color: #373D0F; }
a { background-color: rgb(55,61,15); }
div.DivClassName
{
background-color: #373D0F;
}
.BgClassName
{
background-color: #373D0F;
}
</style>
border-color css
<style>
span { border-color: #373D0F; }
span { border-color: rgb(55,61,15); }
td.TdClassName
{
border-color: #373D0F;
}
.TagClassName
{
border-color: #373D0F;
}
</style>