Shades of Turtle Green #373601
Tints of Turtle Green #373601
RGB
CMYK
RGB Variations
Color information
#373601 (or 0x373601) is known color: Turtle Green. HEX triplet: 37, 36 and 01. RGB value is (55,54,1). Sum of RGB (Red+Green+Blue) = 55+54+1=110 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50% from 110); Green value is 54 (21.48% from 255 or 49.09% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 55 - color contains mainly: red. Hex color #373601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373601 is #C8C9FE. Grayscale: #303030. Windows color (decimal): -13158911 or 79415. OLE color: 79415.
HSL color Cylindrical-coordinate representation of color #373601: hue angle of 58.89º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #373601 is Cyan = 0, Magento = 0.02, Yellow = 0.98 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 55 | 54 | 1 | - |
| CMYK | 0 | 0.02 | 0.98 | 0.78 |
| HSL | 58.89º | 0.96% | 0.11% | - |
| HSV(B) | 58.89º | 0.98% | 0.22% | - |
| XYZ | 2.9 | 3.45 | 0.54 | - |
| YUV | 48.26 | 101.33 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 54 | 1 | 0 | 0.02 | 0.98 | 0.78 | 58.89 | 0.96 | 0.11 |
| Hex | 37 | 36 | 1 | 0 | 2 | 62 | 4E | 3B | 60 | B |
| Octal | 67 | 66 | 1 | 0 | 2 | 142 | 116 | 73 | 140 | 13 |
| Binary | 110111 | 110110 | 1 | 0 | 10 | 1100010 | 1001110 | 111011 | 1100000 | 1011 |
Color Harmonies of #373601
Complementary color
Monochromatic Colors of #373601
Black with #373601
Text Example
Text Example
White with #373601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373601; }
p { color: rgb(55,54,1); }
H1.HeaderClassName
{
color: #373601;
}
.AnyTagClassName
{
color: #373601;
}
</style>
background-color css
<style>
a { background-color: #373601; }
a { background-color: rgb(55,54,1); }
div.DivClassName
{
background-color: #373601;
}
.BgClassName
{
background-color: #373601;
}
</style>
border-color css
<style>
span { border-color: #373601; }
span { border-color: rgb(55,54,1); }
td.TdClassName
{
border-color: #373601;
}
.TagClassName
{
border-color: #373601;
}
</style>