Shades of Turtle Green #374311
Tints of Turtle Green #374311
RGB
CMYK
RGB Variations
Color information
#374311 (or 0x374311) is known color: Turtle Green. HEX triplet: 37, 43 and 11. RGB value is (55,67,17). Sum of RGB (Red+Green+Blue) = 55+67+17=139 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.57% from 139); Green value is 67 (26.56% from 255 or 48.20% from 139); Blue value is 17 (7.03% from 255 or 12.23% from 139); Max value from RGB is 67 - color contains mainly: green. Hex color #374311 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374311 is #C8BCEE. Grayscale: #393939. Windows color (decimal): -13155567 or 1131319. OLE color: 1131319.
HSL color Cylindrical-coordinate representation of color #374311: hue angle of 74.4º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #374311 is Cyan = 0.18, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 17 | - |
| CMYK | 0.18 | 0 | 0.75 | 0.74 |
| HSL | 74.4º | 0.6% | 0.16% | - |
| HSV(B) | 74.4º | 0.75% | 0.26% | - |
| XYZ | 3.68 | 4.87 | 1.28 | - |
| YUV | 57.71 | 105.02 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 17 | 0.18 | 0 | 0.75 | 0.74 | 74.4 | 0.6 | 0.16 |
| Hex | 37 | 43 | 11 | 12 | 0 | 4B | 4A | 4A | 3C | 10 |
| Octal | 67 | 103 | 21 | 22 | 0 | 113 | 112 | 112 | 74 | 20 |
| Binary | 110111 | 1000011 | 10001 | 10010 | 0 | 1001011 | 1001010 | 1001010 | 111100 | 10000 |
Color Harmonies of #374311
Complementary color
Monochromatic Colors of #374311
Black with #374311
Text Example
Text Example
White with #374311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374311; }
p { color: rgb(55,67,17); }
H1.HeaderClassName
{
color: #374311;
}
.AnyTagClassName
{
color: #374311;
}
</style>
background-color css
<style>
a { background-color: #374311; }
a { background-color: rgb(55,67,17); }
div.DivClassName
{
background-color: #374311;
}
.BgClassName
{
background-color: #374311;
}
</style>
border-color css
<style>
span { border-color: #374311; }
span { border-color: rgb(55,67,17); }
td.TdClassName
{
border-color: #374311;
}
.TagClassName
{
border-color: #374311;
}
</style>