Shades of Turtle Green #375113
Tints of Turtle Green #375113
RGB
CMYK
RGB Variations
Color information
#375113 (or 0x375113) is known color: Turtle Green. HEX triplet: 37, 51 and 13. RGB value is (55,81,19). Sum of RGB (Red+Green+Blue) = 55+81+19=155 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.48% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #375113 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #375113 is #C8AEEC. Grayscale: #424242. Windows color (decimal): -13151981 or 1265975. OLE color: 1265975.
HSL color Cylindrical-coordinate representation of color #375113: hue angle of 85.16º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #375113 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 55 | 81 | 19 | - |
| CMYK | 0.32 | 0 | 0.77 | 0.68 |
| HSL | 85.16º | 0.62% | 0.2% | - |
| HSV(B) | 85.16º | 0.77% | 0.32% | - |
| XYZ | 4.64 | 6.74 | 1.67 | - |
| YUV | 66.16 | 101.39 | 120.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 81 | 19 | 0.32 | 0 | 0.77 | 0.68 | 85.16 | 0.62 | 0.2 |
| Hex | 37 | 51 | 13 | 20 | 0 | 4D | 44 | 55 | 3E | 14 |
| Octal | 67 | 121 | 23 | 40 | 0 | 115 | 104 | 125 | 76 | 24 |
| Binary | 110111 | 1010001 | 10011 | 100000 | 0 | 1001101 | 1000100 | 1010101 | 111110 | 10100 |
Color Harmonies of #375113
Complementary color
Monochromatic Colors of #375113
Black with #375113
Text Example
Text Example
White with #375113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375113; }
p { color: rgb(55,81,19); }
H1.HeaderClassName
{
color: #375113;
}
.AnyTagClassName
{
color: #375113;
}
</style>
background-color css
<style>
a { background-color: #375113; }
a { background-color: rgb(55,81,19); }
div.DivClassName
{
background-color: #375113;
}
.BgClassName
{
background-color: #375113;
}
</style>
border-color css
<style>
span { border-color: #375113; }
span { border-color: rgb(55,81,19); }
td.TdClassName
{
border-color: #375113;
}
.TagClassName
{
border-color: #375113;
}
</style>