Shades of Turtle Green #37401C
Tints of Turtle Green #37401C
RGB
CMYK
RGB Variations
Color information
#37401C (or 0x37401C) is known color: Turtle Green. HEX triplet: 37, 40 and 1C. RGB value is (55,64,28). Sum of RGB (Red+Green+Blue) = 55+64+28=147 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.41% from 147); Green value is 64 (25.39% from 255 or 43.54% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 64 - color contains mainly: green. Hex color #37401C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #37401C is #C8BFE3. Grayscale: #393939. Windows color (decimal): -13156324 or 1851447. OLE color: 1851447.
HSL color Cylindrical-coordinate representation of color #37401C: hue angle of 75º degrees, saturation: 0.39, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37401C is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 28 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.75 |
| HSL | 75º | 0.39% | 0.18% | - |
| HSV(B) | 75º | 0.56% | 0.25% | - |
| XYZ | 3.62 | 4.56 | 1.79 | - |
| YUV | 57.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 28 | 0.14 | 0 | 0.56 | 0.75 | 75 | 0.39 | 0.18 |
| Hex | 37 | 40 | 1C | E | 0 | 38 | 4B | 4B | 27 | 12 |
| Octal | 67 | 100 | 34 | 16 | 0 | 70 | 113 | 113 | 47 | 22 |
| Binary | 110111 | 1000000 | 11100 | 1110 | 0 | 111000 | 1001011 | 1001011 | 100111 | 10010 |
Color Harmonies of #37401C
Complementary color
Monochromatic Colors of #37401C
Black with #37401C
Text Example
Text Example
White with #37401C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37401C; }
p { color: rgb(55,64,28); }
H1.HeaderClassName
{
color: #37401C;
}
.AnyTagClassName
{
color: #37401C;
}
</style>
background-color css
<style>
a { background-color: #37401C; }
a { background-color: rgb(55,64,28); }
div.DivClassName
{
background-color: #37401C;
}
.BgClassName
{
background-color: #37401C;
}
</style>
border-color css
<style>
span { border-color: #37401C; }
span { border-color: rgb(55,64,28); }
td.TdClassName
{
border-color: #37401C;
}
.TagClassName
{
border-color: #37401C;
}
</style>