Shades of Turtle Green #374014
Tints of Turtle Green #374014
RGB
CMYK
RGB Variations
Color information
#374014 (or 0x374014) is known color: Turtle Green. HEX triplet: 37, 40 and 14. RGB value is (55,64,20). Sum of RGB (Red+Green+Blue) = 55+64+20=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 64 (25.39% from 255 or 46.04% from 139); Blue value is 20 (8.20% from 255 or 14.39% from 139); Max value from RGB is 64 - color contains mainly: green. Hex color #374014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374014 is #C8BFEB. Grayscale: #383838. Windows color (decimal): -13156332 or 1327159. OLE color: 1327159.
HSL color Cylindrical-coordinate representation of color #374014: hue angle of 72.27º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #374014 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 20 | - |
| CMYK | 0.14 | 0 | 0.69 | 0.75 |
| HSL | 72.27º | 0.52% | 0.16% | - |
| HSV(B) | 72.27º | 0.69% | 0.25% | - |
| XYZ | 3.54 | 4.53 | 1.35 | - |
| YUV | 56.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 20 | 0.14 | 0 | 0.69 | 0.75 | 72.27 | 0.52 | 0.16 |
| Hex | 37 | 40 | 14 | E | 0 | 45 | 4B | 48 | 34 | 10 |
| Octal | 67 | 100 | 24 | 16 | 0 | 105 | 113 | 110 | 64 | 20 |
| Binary | 110111 | 1000000 | 10100 | 1110 | 0 | 1000101 | 1001011 | 1001000 | 110100 | 10000 |
Color Harmonies of #374014
Complementary color
Monochromatic Colors of #374014
Black with #374014
Text Example
Text Example
White with #374014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374014; }
p { color: rgb(55,64,20); }
H1.HeaderClassName
{
color: #374014;
}
.AnyTagClassName
{
color: #374014;
}
</style>
background-color css
<style>
a { background-color: #374014; }
a { background-color: rgb(55,64,20); }
div.DivClassName
{
background-color: #374014;
}
.BgClassName
{
background-color: #374014;
}
</style>
border-color css
<style>
span { border-color: #374014; }
span { border-color: rgb(55,64,20); }
td.TdClassName
{
border-color: #374014;
}
.TagClassName
{
border-color: #374014;
}
</style>