Shades of Turtle Green #374023
Tints of Turtle Green #374023
RGB
CMYK
RGB Variations
Color information
#374023 (or 0x374023) is known color: Turtle Green. HEX triplet: 37, 40 and 23. RGB value is (55,64,35). Sum of RGB (Red+Green+Blue) = 55+64+35=154 (20% of max value = 765). Red value is 55 (21.88% from 255 or 35.71% from 154); Green value is 64 (25.39% from 255 or 41.56% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 64 - color contains mainly: green. Hex color #374023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #374023 is #C8BFDC. Grayscale: #3A3A3A. Windows color (decimal): -13156317 or 2310199. OLE color: 2310199.
HSL color Cylindrical-coordinate representation of color #374023: hue angle of 78.62º degrees, saturation: 0.29, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #374023 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 35 | - |
| CMYK | 0.14 | 0 | 0.45 | 0.75 |
| HSL | 78.62º | 0.29% | 0.19% | - |
| HSV(B) | 78.62º | 0.45% | 0.25% | - |
| XYZ | 3.71 | 4.6 | 2.28 | - |
| YUV | 58 | 115.02 | 125.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 35 | 0.14 | 0 | 0.45 | 0.75 | 78.62 | 0.29 | 0.19 |
| Hex | 37 | 40 | 23 | E | 0 | 2D | 4B | 4F | 1D | 13 |
| Octal | 67 | 100 | 43 | 16 | 0 | 55 | 113 | 117 | 35 | 23 |
| Binary | 110111 | 1000000 | 100011 | 1110 | 0 | 101101 | 1001011 | 1001111 | 11101 | 10011 |
Color Harmonies of #374023
Complementary color
Monochromatic Colors of #374023
Black with #374023
Text Example
Text Example
White with #374023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374023; }
p { color: rgb(55,64,35); }
H1.HeaderClassName
{
color: #374023;
}
.AnyTagClassName
{
color: #374023;
}
</style>
background-color css
<style>
a { background-color: #374023; }
a { background-color: rgb(55,64,35); }
div.DivClassName
{
background-color: #374023;
}
.BgClassName
{
background-color: #374023;
}
</style>
border-color css
<style>
span { border-color: #374023; }
span { border-color: rgb(55,64,35); }
td.TdClassName
{
border-color: #374023;
}
.TagClassName
{
border-color: #374023;
}
</style>