Shades of Turtle Green #37380C
Tints of Turtle Green #37380C
RGB
CMYK
RGB Variations
Color information
#37380C (or 0x37380C) is known color: Turtle Green. HEX triplet: 37, 38 and 0C. RGB value is (55,56,12). Sum of RGB (Red+Green+Blue) = 55+56+12=123 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44.72% from 123); Green value is 56 (22.27% from 255 or 45.53% from 123); Blue value is 12 (5.08% from 255 or 9.76% from 123); Max value from RGB is 56 - color contains mainly: green. Hex color #37380C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #37380C is #C8C7F3. Grayscale: #323232. Windows color (decimal): -13158388 or 800823. OLE color: 800823.
HSL color Cylindrical-coordinate representation of color #37380C: hue angle of 61.36º degrees, saturation: 0.65, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #37380C is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 56 | 12 | - |
| CMYK | 0.02 | 0 | 0.79 | 0.78 |
| HSL | 61.36º | 0.65% | 0.13% | - |
| HSV(B) | 61.36º | 0.79% | 0.22% | - |
| XYZ | 3.06 | 3.67 | 0.89 | - |
| YUV | 50.69 | 106.17 | 131.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 56 | 12 | 0.02 | 0 | 0.79 | 0.78 | 61.36 | 0.65 | 0.13 |
| Hex | 37 | 38 | C | 2 | 0 | 4F | 4E | 3D | 41 | D |
| Octal | 67 | 70 | 14 | 2 | 0 | 117 | 116 | 75 | 101 | 15 |
| Binary | 110111 | 111000 | 1100 | 10 | 0 | 1001111 | 1001110 | 111101 | 1000001 | 1101 |
Color Harmonies of #37380C
Complementary color
Monochromatic Colors of #37380C
Black with #37380C
Text Example
Text Example
White with #37380C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37380C; }
p { color: rgb(55,56,12); }
H1.HeaderClassName
{
color: #37380C;
}
.AnyTagClassName
{
color: #37380C;
}
</style>
background-color css
<style>
a { background-color: #37380C; }
a { background-color: rgb(55,56,12); }
div.DivClassName
{
background-color: #37380C;
}
.BgClassName
{
background-color: #37380C;
}
</style>
border-color css
<style>
span { border-color: #37380C; }
span { border-color: rgb(55,56,12); }
td.TdClassName
{
border-color: #37380C;
}
.TagClassName
{
border-color: #37380C;
}
</style>