Shades of Turtle Green #37380A
Tints of Turtle Green #37380A
RGB
CMYK
RGB Variations
Color information
#37380A (or 0x37380A) is known color: Turtle Green. HEX triplet: 37, 38 and 0A. RGB value is (55,56,10). Sum of RGB (Red+Green+Blue) = 55+56+10=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 56 - color contains mainly: green. Hex color #37380A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37380A is #C8C7F5. Grayscale: #323232. Windows color (decimal): -13158390 or 669751. OLE color: 669751.
HSL color Cylindrical-coordinate representation of color #37380A: hue angle of 61.3º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #37380A is Cyan = 0.02, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 56 | 10 | - |
| CMYK | 0.02 | 0 | 0.82 | 0.78 |
| HSL | 61.3º | 0.7% | 0.13% | - |
| HSV(B) | 61.3º | 0.82% | 0.22% | - |
| XYZ | 3.04 | 3.66 | 0.83 | - |
| YUV | 50.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 10 | 0.02 | 0 | 0.82 | 0.78 | 61.3 | 0.7 | 0.13 |
| Hex | 37 | 38 | A | 2 | 0 | 52 | 4E | 3D | 46 | D |
| Octal | 67 | 70 | 12 | 2 | 0 | 122 | 116 | 75 | 106 | 15 |
| Binary | 110111 | 111000 | 1010 | 10 | 0 | 1010010 | 1001110 | 111101 | 1000110 | 1101 |
Color Harmonies of #37380A
Complementary color
Monochromatic Colors of #37380A
Black with #37380A
Text Example
Text Example
White with #37380A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37380A; }
p { color: rgb(55,56,10); }
H1.HeaderClassName
{
color: #37380A;
}
.AnyTagClassName
{
color: #37380A;
}
</style>
background-color css
<style>
a { background-color: #37380A; }
a { background-color: rgb(55,56,10); }
div.DivClassName
{
background-color: #37380A;
}
.BgClassName
{
background-color: #37380A;
}
</style>
border-color css
<style>
span { border-color: #37380A; }
span { border-color: rgb(55,56,10); }
td.TdClassName
{
border-color: #37380A;
}
.TagClassName
{
border-color: #37380A;
}
</style>