Shades of Turtle Green #37380B
Tints of Turtle Green #37380B
RGB
CMYK
RGB Variations
Color information
#37380B (or 0x37380B) is known color: Turtle Green. HEX triplet: 37, 38 and 0B. RGB value is (55,56,11). Sum of RGB (Red+Green+Blue) = 55+56+11=122 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.08% from 122); Green value is 56 (22.27% from 255 or 45.90% from 122); Blue value is 11 (4.69% from 255 or 9.02% from 122); Max value from RGB is 56 - color contains mainly: green. Hex color #37380B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37380B is #C8C7F4. Grayscale: #323232. Windows color (decimal): -13158389 or 735287. OLE color: 735287.
HSL color Cylindrical-coordinate representation of color #37380B: hue angle of 61.33º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #37380B is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 56 | 11 | - |
| CMYK | 0.02 | 0 | 0.80 | 0.78 |
| HSL | 61.33º | 0.67% | 0.13% | - |
| HSV(B) | 61.33º | 0.8% | 0.22% | - |
| XYZ | 3.05 | 3.66 | 0.86 | - |
| YUV | 50.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 11 | 0.02 | 0 | 0.80 | 0.78 | 61.33 | 0.67 | 0.13 |
| Hex | 37 | 38 | B | 2 | 0 | 50 | 4E | 3D | 43 | D |
| Octal | 67 | 70 | 13 | 2 | 0 | 120 | 116 | 75 | 103 | 15 |
| Binary | 110111 | 111000 | 1011 | 10 | 0 | 1010000 | 1001110 | 111101 | 1000011 | 1101 |
Color Harmonies of #37380B
Complementary color
Monochromatic Colors of #37380B
Black with #37380B
Text Example
Text Example
White with #37380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37380B; }
p { color: rgb(55,56,11); }
H1.HeaderClassName
{
color: #37380B;
}
.AnyTagClassName
{
color: #37380B;
}
</style>
background-color css
<style>
a { background-color: #37380B; }
a { background-color: rgb(55,56,11); }
div.DivClassName
{
background-color: #37380B;
}
.BgClassName
{
background-color: #37380B;
}
</style>
border-color css
<style>
span { border-color: #37380B; }
span { border-color: rgb(55,56,11); }
td.TdClassName
{
border-color: #37380B;
}
.TagClassName
{
border-color: #37380B;
}
</style>