Shades of Turtle Green #374305
Tints of Turtle Green #374305
RGB
CMYK
RGB Variations
Color information
#374305 (or 0x374305) is known color: Turtle Green. HEX triplet: 37, 43 and 05. RGB value is (55,67,5). Sum of RGB (Red+Green+Blue) = 55+67+5=127 (16% of max value = 765). Red value is 55 (21.88% from 255 or 43.31% from 127); Green value is 67 (26.56% from 255 or 52.76% from 127); Blue value is 5 (2.34% from 255 or 3.94% from 127); Max value from RGB is 67 - color contains mainly: green. Hex color #374305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374305 is #C8BCFA. Grayscale: #383838. Windows color (decimal): -13155579 or 344887. OLE color: 344887.
HSL color Cylindrical-coordinate representation of color #374305: hue angle of 71.61º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #374305 is Cyan = 0.18, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 55 | 67 | 5 | - |
| CMYK | 0.18 | 0 | 0.93 | 0.74 |
| HSL | 71.61º | 0.86% | 0.14% | - |
| HSV(B) | 71.61º | 0.93% | 0.26% | - |
| XYZ | 3.61 | 4.84 | 0.89 | - |
| YUV | 56.34 | 99.02 | 127.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 67 | 5 | 0.18 | 0 | 0.93 | 0.74 | 71.61 | 0.86 | 0.14 |
| Hex | 37 | 43 | 5 | 12 | 0 | 5D | 4A | 48 | 56 | E |
| Octal | 67 | 103 | 5 | 22 | 0 | 135 | 112 | 110 | 126 | 16 |
| Binary | 110111 | 1000011 | 101 | 10010 | 0 | 1011101 | 1001010 | 1001000 | 1010110 | 1110 |
Color Harmonies of #374305
Complementary color
Monochromatic Colors of #374305
Black with #374305
Text Example
Text Example
White with #374305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374305; }
p { color: rgb(55,67,5); }
H1.HeaderClassName
{
color: #374305;
}
.AnyTagClassName
{
color: #374305;
}
</style>
background-color css
<style>
a { background-color: #374305; }
a { background-color: rgb(55,67,5); }
div.DivClassName
{
background-color: #374305;
}
.BgClassName
{
background-color: #374305;
}
</style>
border-color css
<style>
span { border-color: #374305; }
span { border-color: rgb(55,67,5); }
td.TdClassName
{
border-color: #374305;
}
.TagClassName
{
border-color: #374305;
}
</style>