Shades of Turtle Green #374001
Tints of Turtle Green #374001
RGB
CMYK
RGB Variations
Color information
#374001 (or 0x374001) is known color: Turtle Green. HEX triplet: 37, 40 and 01. RGB value is (55,64,1). Sum of RGB (Red+Green+Blue) = 55+64+1=120 (15% of max value = 765). Red value is 55 (21.88% from 255 or 45.83% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 1 (0.78% from 255 or 0.83% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #374001 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #374001 is #C8BFFE. Grayscale: #363636. Windows color (decimal): -13156351 or 81975. OLE color: 81975.
HSL color Cylindrical-coordinate representation of color #374001: hue angle of 68.57º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #374001 is Cyan = 0.14, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 55 | 64 | 1 | - |
| CMYK | 0.14 | 0 | 0.98 | 0.75 |
| HSL | 68.57º | 0.97% | 0.13% | - |
| HSV(B) | 68.57º | 0.98% | 0.25% | - |
| XYZ | 3.41 | 4.48 | 0.71 | - |
| YUV | 54.13 | 98.02 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 64 | 1 | 0.14 | 0 | 0.98 | 0.75 | 68.57 | 0.97 | 0.13 |
| Hex | 37 | 40 | 1 | E | 0 | 62 | 4B | 45 | 61 | D |
| Octal | 67 | 100 | 1 | 16 | 0 | 142 | 113 | 105 | 141 | 15 |
| Binary | 110111 | 1000000 | 1 | 1110 | 0 | 1100010 | 1001011 | 1000101 | 1100001 | 1101 |
Color Harmonies of #374001
Complementary color
Monochromatic Colors of #374001
Black with #374001
Text Example
Text Example
White with #374001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #374001; }
p { color: rgb(55,64,1); }
H1.HeaderClassName
{
color: #374001;
}
.AnyTagClassName
{
color: #374001;
}
</style>
background-color css
<style>
a { background-color: #374001; }
a { background-color: rgb(55,64,1); }
div.DivClassName
{
background-color: #374001;
}
.BgClassName
{
background-color: #374001;
}
</style>
border-color css
<style>
span { border-color: #374001; }
span { border-color: rgb(55,64,1); }
td.TdClassName
{
border-color: #374001;
}
.TagClassName
{
border-color: #374001;
}
</style>