Shades of Turtle Green #374313
Tints of Turtle Green #374313
RGB
CMYK
RGB Variations
Color information
#374313 (or 0x374313) is known color: Turtle Green. HEX triplet: 37, 43 and 13. RGB value is (55,67,19). Sum of RGB (Red+Green+Blue) = 55+67+19=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 67 (26.56% from 255 or 47.52% from 141); Blue value is 19 (7.81% from 255 or 13.48% from 141); Max value from RGB is 67 - color contains mainly: green. Hex color #374313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374313 is #C8BCEC. Grayscale: #3A3A3A. Windows color (decimal): -13155565 or 1262391. OLE color: 1262391.
HSL color Cylindrical-coordinate representation of color #374313: hue angle of 75º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #374313 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 19 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.74 |
| HSL | 75º | 0.56% | 0.17% | - |
| HSV(B) | 75º | 0.72% | 0.26% | - |
| XYZ | 3.7 | 4.87 | 1.36 | - |
| YUV | 57.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 19 | 0.18 | 0 | 0.72 | 0.74 | 75 | 0.56 | 0.17 |
| Hex | 37 | 43 | 13 | 12 | 0 | 48 | 4A | 4B | 38 | 11 |
| Octal | 67 | 103 | 23 | 22 | 0 | 110 | 112 | 113 | 70 | 21 |
| Binary | 110111 | 1000011 | 10011 | 10010 | 0 | 1001000 | 1001010 | 1001011 | 111000 | 10001 |
Color Harmonies of #374313
Complementary color
Monochromatic Colors of #374313
Black with #374313
Text Example
Text Example
White with #374313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374313; }
p { color: rgb(55,67,19); }
H1.HeaderClassName
{
color: #374313;
}
.AnyTagClassName
{
color: #374313;
}
</style>
background-color css
<style>
a { background-color: #374313; }
a { background-color: rgb(55,67,19); }
div.DivClassName
{
background-color: #374313;
}
.BgClassName
{
background-color: #374313;
}
</style>
border-color css
<style>
span { border-color: #374313; }
span { border-color: rgb(55,67,19); }
td.TdClassName
{
border-color: #374313;
}
.TagClassName
{
border-color: #374313;
}
</style>