Shades of Turtle Green #373B1B
Tints of Turtle Green #373B1B
RGB
CMYK
RGB Variations
Color information
#373B1B (or 0x373B1B) is known color: Turtle Green. HEX triplet: 37, 3B and 1B. RGB value is (55,59,27). Sum of RGB (Red+Green+Blue) = 55+59+27=141 (18% of max value = 765). Red value is 55 (21.88% from 255 or 39.01% from 141); Green value is 59 (23.44% from 255 or 41.84% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 59 - color contains mainly: green. Hex color #373B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #373B1B is #C8C4E4. Grayscale: #363636. Windows color (decimal): -13157605 or 1784631. OLE color: 1784631.
HSL color Cylindrical-coordinate representation of color #373B1B: hue angle of 67.5º degrees, saturation: 0.37, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #373B1B is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 59 | 27 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.77 |
| HSL | 67.5º | 0.37% | 0.17% | - |
| HSV(B) | 67.5º | 0.54% | 0.23% | - |
| XYZ | 3.34 | 4.02 | 1.64 | - |
| YUV | 54.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 59 | 27 | 0.07 | 0 | 0.54 | 0.77 | 67.5 | 0.37 | 0.17 |
| Hex | 37 | 3B | 1B | 7 | 0 | 36 | 4D | 44 | 25 | 11 |
| Octal | 67 | 73 | 33 | 7 | 0 | 66 | 115 | 104 | 45 | 21 |
| Binary | 110111 | 111011 | 11011 | 111 | 0 | 110110 | 1001101 | 1000100 | 100101 | 10001 |
Color Harmonies of #373B1B
Complementary color
Monochromatic Colors of #373B1B
Black with #373B1B
Text Example
Text Example
White with #373B1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373B1B; }
p { color: rgb(55,59,27); }
H1.HeaderClassName
{
color: #373B1B;
}
.AnyTagClassName
{
color: #373B1B;
}
</style>
background-color css
<style>
a { background-color: #373B1B; }
a { background-color: rgb(55,59,27); }
div.DivClassName
{
background-color: #373B1B;
}
.BgClassName
{
background-color: #373B1B;
}
</style>
border-color css
<style>
span { border-color: #373B1B; }
span { border-color: rgb(55,59,27); }
td.TdClassName
{
border-color: #373B1B;
}
.TagClassName
{
border-color: #373B1B;
}
</style>