Shades of Turtle Green #374116
Tints of Turtle Green #374116
RGB
CMYK
RGB Variations
Color information
#374116 (or 0x374116) is known color: Turtle Green. HEX triplet: 37, 41 and 16. RGB value is (55,65,22). Sum of RGB (Red+Green+Blue) = 55+65+22=142 (18% of max value = 765). Red value is 55 (21.88% from 255 or 38.73% from 142); Green value is 65 (25.78% from 255 or 45.77% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 65 - color contains mainly: green. Hex color #374116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374116 is #C8BEE9. Grayscale: #393939. Windows color (decimal): -13156074 or 1458487. OLE color: 1458487.
HSL color Cylindrical-coordinate representation of color #374116: hue angle of 73.95º degrees, saturation: 0.49, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374116 is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 22 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.75 |
| HSL | 73.95º | 0.49% | 0.17% | - |
| HSV(B) | 73.95º | 0.66% | 0.25% | - |
| XYZ | 3.61 | 4.65 | 1.47 | - |
| YUV | 57.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 22 | 0.15 | 0 | 0.66 | 0.75 | 73.95 | 0.49 | 0.17 |
| Hex | 37 | 41 | 16 | F | 0 | 42 | 4B | 4A | 31 | 11 |
| Octal | 67 | 101 | 26 | 17 | 0 | 102 | 113 | 112 | 61 | 21 |
| Binary | 110111 | 1000001 | 10110 | 1111 | 0 | 1000010 | 1001011 | 1001010 | 110001 | 10001 |
Color Harmonies of #374116
Complementary color
Monochromatic Colors of #374116
Black with #374116
Text Example
Text Example
White with #374116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374116; }
p { color: rgb(55,65,22); }
H1.HeaderClassName
{
color: #374116;
}
.AnyTagClassName
{
color: #374116;
}
</style>
background-color css
<style>
a { background-color: #374116; }
a { background-color: rgb(55,65,22); }
div.DivClassName
{
background-color: #374116;
}
.BgClassName
{
background-color: #374116;
}
</style>
border-color css
<style>
span { border-color: #374116; }
span { border-color: rgb(55,65,22); }
td.TdClassName
{
border-color: #374116;
}
.TagClassName
{
border-color: #374116;
}
</style>