Shades of Turtle Green #373805
Tints of Turtle Green #373805
RGB
CMYK
RGB Variations
Color information
#373805 (or 0x373805) is known color: Turtle Green. HEX triplet: 37, 38 and 05. RGB value is (55,56,5). Sum of RGB (Red+Green+Blue) = 55+56+5=116 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.41% from 116); Green value is 56 (22.27% from 255 or 48.28% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 56 - color contains mainly: green. Hex color #373805 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373805 is #C8C7FA. Grayscale: #323232. Windows color (decimal): -13158395 or 342071. OLE color: 342071.
HSL color Cylindrical-coordinate representation of color #373805: hue angle of 61.18º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #373805 is Cyan = 0.02, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 56 | 5 | - |
| CMYK | 0.02 | 0 | 0.91 | 0.78 |
| HSL | 61.18º | 0.84% | 0.12% | - |
| HSV(B) | 61.18º | 0.91% | 0.22% | - |
| XYZ | 3.02 | 3.65 | 0.69 | - |
| YUV | 49.89 | 102.67 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 5 | 0.02 | 0 | 0.91 | 0.78 | 61.18 | 0.84 | 0.12 |
| Hex | 37 | 38 | 5 | 2 | 0 | 5B | 4E | 3D | 54 | C |
| Octal | 67 | 70 | 5 | 2 | 0 | 133 | 116 | 75 | 124 | 14 |
| Binary | 110111 | 111000 | 101 | 10 | 0 | 1011011 | 1001110 | 111101 | 1010100 | 1100 |
Color Harmonies of #373805
Complementary color
Monochromatic Colors of #373805
Black with #373805
Text Example
Text Example
White with #373805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373805; }
p { color: rgb(55,56,5); }
H1.HeaderClassName
{
color: #373805;
}
.AnyTagClassName
{
color: #373805;
}
</style>
background-color css
<style>
a { background-color: #373805; }
a { background-color: rgb(55,56,5); }
div.DivClassName
{
background-color: #373805;
}
.BgClassName
{
background-color: #373805;
}
</style>
border-color css
<style>
span { border-color: #373805; }
span { border-color: rgb(55,56,5); }
td.TdClassName
{
border-color: #373805;
}
.TagClassName
{
border-color: #373805;
}
</style>