Shades of Turtle Green #374317
Tints of Turtle Green #374317
RGB
CMYK
RGB Variations
Color information
#374317 (or 0x374317) is known color: Turtle Green. HEX triplet: 37, 43 and 17. RGB value is (55,67,23). Sum of RGB (Red+Green+Blue) = 55+67+23=145 (19% of max value = 765). Red value is 55 (21.88% from 255 or 37.93% from 145); Green value is 67 (26.56% from 255 or 46.21% from 145); Blue value is 23 (9.38% from 255 or 15.86% from 145); Max value from RGB is 67 - color contains mainly: green. Hex color #374317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374317 is #C8BCE8. Grayscale: #3A3A3A. Windows color (decimal): -13155561 or 1524535. OLE color: 1524535.
HSL color Cylindrical-coordinate representation of color #374317: hue angle of 76.36º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #374317 is Cyan = 0.18, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 23 | - |
| CMYK | 0.18 | 0 | 0.66 | 0.74 |
| HSL | 76.36º | 0.49% | 0.18% | - |
| HSV(B) | 76.36º | 0.66% | 0.26% | - |
| XYZ | 3.74 | 4.89 | 1.56 | - |
| YUV | 58.4 | 108.02 | 125.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 23 | 0.18 | 0 | 0.66 | 0.74 | 76.36 | 0.49 | 0.18 |
| Hex | 37 | 43 | 17 | 12 | 0 | 42 | 4A | 4C | 31 | 12 |
| Octal | 67 | 103 | 27 | 22 | 0 | 102 | 112 | 114 | 61 | 22 |
| Binary | 110111 | 1000011 | 10111 | 10010 | 0 | 1000010 | 1001010 | 1001100 | 110001 | 10010 |
Color Harmonies of #374317
Complementary color
Monochromatic Colors of #374317
Black with #374317
Text Example
Text Example
White with #374317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374317; }
p { color: rgb(55,67,23); }
H1.HeaderClassName
{
color: #374317;
}
.AnyTagClassName
{
color: #374317;
}
</style>
background-color css
<style>
a { background-color: #374317; }
a { background-color: rgb(55,67,23); }
div.DivClassName
{
background-color: #374317;
}
.BgClassName
{
background-color: #374317;
}
</style>
border-color css
<style>
span { border-color: #374317; }
span { border-color: rgb(55,67,23); }
td.TdClassName
{
border-color: #374317;
}
.TagClassName
{
border-color: #374317;
}
</style>