Shades of Turtle Green #374105
Tints of Turtle Green #374105
RGB
CMYK
RGB Variations
Color information
#374105 (or 0x374105) is known color: Turtle Green. HEX triplet: 37, 41 and 05. RGB value is (55,65,5). Sum of RGB (Red+Green+Blue) = 55+65+5=125 (16% of max value = 765). Red value is 55 (21.88% from 255 or 44% from 125); Green value is 65 (25.78% from 255 or 52% from 125); Blue value is 5 (2.34% from 255 or 4% from 125); Max value from RGB is 65 - color contains mainly: green. Hex color #374105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374105 is #C8BEFA. Grayscale: #373737. Windows color (decimal): -13156091 or 344375. OLE color: 344375.
HSL color Cylindrical-coordinate representation of color #374105: hue angle of 70º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #374105 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 5 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.75 |
| HSL | 70º | 0.86% | 0.14% | - |
| HSV(B) | 70º | 0.92% | 0.25% | - |
| XYZ | 3.49 | 4.6 | 0.85 | - |
| YUV | 55.17 | 99.69 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 5 | 0.15 | 0 | 0.92 | 0.75 | 70 | 0.86 | 0.14 |
| Hex | 37 | 41 | 5 | F | 0 | 5C | 4B | 46 | 56 | E |
| Octal | 67 | 101 | 5 | 17 | 0 | 134 | 113 | 106 | 126 | 16 |
| Binary | 110111 | 1000001 | 101 | 1111 | 0 | 1011100 | 1001011 | 1000110 | 1010110 | 1110 |
Color Harmonies of #374105
Complementary color
Monochromatic Colors of #374105
Black with #374105
Text Example
Text Example
White with #374105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374105; }
p { color: rgb(55,65,5); }
H1.HeaderClassName
{
color: #374105;
}
.AnyTagClassName
{
color: #374105;
}
</style>
background-color css
<style>
a { background-color: #374105; }
a { background-color: rgb(55,65,5); }
div.DivClassName
{
background-color: #374105;
}
.BgClassName
{
background-color: #374105;
}
</style>
border-color css
<style>
span { border-color: #374105; }
span { border-color: rgb(55,65,5); }
td.TdClassName
{
border-color: #374105;
}
.TagClassName
{
border-color: #374105;
}
</style>