Shades of Turtle Green #373A02
Tints of Turtle Green #373A02
RGB
CMYK
RGB Variations
Color information
#373A02 (or 0x373A02) is known color: Turtle Green. HEX triplet: 37, 3A and 02. RGB value is (55,58,2). Sum of RGB (Red+Green+Blue) = 55+58+2=115 (15% of max value = 765). Red value is 55 (21.88% from 255 or 47.83% from 115); Green value is 58 (23.05% from 255 or 50.43% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 58 - color contains mainly: green. Hex color #373A02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #373A02 is #C8C5FD. Grayscale: #323232. Windows color (decimal): -13157886 or 145975. OLE color: 145975.
HSL color Cylindrical-coordinate representation of color #373A02: hue angle of 63.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #373A02 is Cyan = 0.05, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 55 | 58 | 2 | - |
| CMYK | 0.05 | 0 | 0.97 | 0.77 |
| HSL | 63.21º | 0.93% | 0.12% | - |
| HSV(B) | 63.21º | 0.97% | 0.23% | - |
| XYZ | 3.1 | 3.84 | 0.64 | - |
| YUV | 50.72 | 100.51 | 131.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 58 | 2 | 0.05 | 0 | 0.97 | 0.77 | 63.21 | 0.93 | 0.12 |
| Hex | 37 | 3A | 2 | 5 | 0 | 61 | 4D | 3F | 5D | C |
| Octal | 67 | 72 | 2 | 5 | 0 | 141 | 115 | 77 | 135 | 14 |
| Binary | 110111 | 111010 | 10 | 101 | 0 | 1100001 | 1001101 | 111111 | 1011101 | 1100 |
Color Harmonies of #373A02
Complementary color
Monochromatic Colors of #373A02
Black with #373A02
Text Example
Text Example
White with #373A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #373A02; }
p { color: rgb(55,58,2); }
H1.HeaderClassName
{
color: #373A02;
}
.AnyTagClassName
{
color: #373A02;
}
</style>
background-color css
<style>
a { background-color: #373A02; }
a { background-color: rgb(55,58,2); }
div.DivClassName
{
background-color: #373A02;
}
.BgClassName
{
background-color: #373A02;
}
</style>
border-color css
<style>
span { border-color: #373A02; }
span { border-color: rgb(55,58,2); }
td.TdClassName
{
border-color: #373A02;
}
.TagClassName
{
border-color: #373A02;
}
</style>