Shades of Turtle Green #373814
Tints of Turtle Green #373814
RGB
CMYK
RGB Variations
Color information
#373814 (or 0x373814) is known color: Turtle Green. HEX triplet: 37, 38 and 14. RGB value is (55,56,20). Sum of RGB (Red+Green+Blue) = 55+56+20=131 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.98% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 20 (8.20% from 255 or 15.27% from 131); Max value from RGB is 56 - color contains mainly: green. Hex color #373814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373814 is #C8C7EB. Grayscale: #333333. Windows color (decimal): -13158380 or 1325111. OLE color: 1325111.
HSL color Cylindrical-coordinate representation of color #373814: hue angle of 61.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #373814 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 56 | 20 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.78 |
| HSL | 61.67º | 0.47% | 0.15% | - |
| HSV(B) | 61.67º | 0.64% | 0.22% | - |
| XYZ | 3.12 | 3.69 | 1.21 | - |
| YUV | 51.6 | 110.17 | 130.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 20 | 0.02 | 0 | 0.64 | 0.78 | 61.67 | 0.47 | 0.15 |
| Hex | 37 | 38 | 14 | 2 | 0 | 40 | 4E | 3E | 2F | F |
| Octal | 67 | 70 | 24 | 2 | 0 | 100 | 116 | 76 | 57 | 17 |
| Binary | 110111 | 111000 | 10100 | 10 | 0 | 1000000 | 1001110 | 111110 | 101111 | 1111 |
Color Harmonies of #373814
Complementary color
Monochromatic Colors of #373814
Black with #373814
Text Example
Text Example
White with #373814
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373814; }
p { color: rgb(55,56,20); }
H1.HeaderClassName
{
color: #373814;
}
.AnyTagClassName
{
color: #373814;
}
</style>
background-color css
<style>
a { background-color: #373814; }
a { background-color: rgb(55,56,20); }
div.DivClassName
{
background-color: #373814;
}
.BgClassName
{
background-color: #373814;
}
</style>
border-color css
<style>
span { border-color: #373814; }
span { border-color: rgb(55,56,20); }
td.TdClassName
{
border-color: #373814;
}
.TagClassName
{
border-color: #373814;
}
</style>