Shades of Turtle Green #374100
Tints of Turtle Green #374100
RGB
CMYK
RGB Variations
Color information
#374100 (or 0x374100) is known color: Turtle Green. HEX triplet: 37, 41 and 00. RGB value is (55,65,0). Sum of RGB (Red+Green+Blue) = 55+65+0=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #374100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374100 is #C8BEFF. Grayscale: #363636. Windows color (decimal): -13156096 or 16695. OLE color: 16695.
HSL color Cylindrical-coordinate representation of color #374100: hue angle of 69.23º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #374100 is Cyan = 0.15, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 65 | 0 | - |
| CMYK | 0.15 | 0 | 1 | 0.75 |
| HSL | 69.23º | 1% | 0.13% | - |
| HSV(B) | 69.23º | 1% | 0.25% | - |
| XYZ | 3.47 | 4.59 | 0.7 | - |
| YUV | 54.6 | 97.19 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 65 | 0 | 0.15 | 0 | 1 | 0.75 | 69.23 | 1 | 0.13 |
| Hex | 37 | 41 | 0 | F | 0 | 64 | 4B | 45 | 64 | D |
| Octal | 67 | 101 | 0 | 17 | 0 | 144 | 113 | 105 | 144 | 15 |
| Binary | 110111 | 1000001 | 0 | 1111 | 0 | 1100100 | 1001011 | 1000101 | 1100100 | 1101 |
Color Harmonies of #374100
Complementary color
Monochromatic Colors of #374100
Black with #374100
Text Example
Text Example
White with #374100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374100; }
p { color: rgb(55,65,0); }
H1.HeaderClassName
{
color: #374100;
}
.AnyTagClassName
{
color: #374100;
}
</style>
background-color css
<style>
a { background-color: #374100; }
a { background-color: rgb(55,65,0); }
div.DivClassName
{
background-color: #374100;
}
.BgClassName
{
background-color: #374100;
}
</style>
border-color css
<style>
span { border-color: #374100; }
span { border-color: rgb(55,65,0); }
td.TdClassName
{
border-color: #374100;
}
.TagClassName
{
border-color: #374100;
}
</style>