Shades of Turtle Green #3A3701
Tints of Turtle Green #3A3701
RGB
CMYK
RGB Variations
Color information
#3A3701 (or 0x3A3701) is known color: Turtle Green. HEX triplet: 3A, 37 and 01. RGB value is (58,55,1). Sum of RGB (Red+Green+Blue) = 58+55+1=114 (15% of max value = 765). Red value is 58 (23.05% from 255 or 50.88% from 114); Green value is 55 (21.88% from 255 or 48.25% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 58 - color contains mainly: red. Hex color #3A3701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3A3701 is #C5C8FE. Grayscale: #313131. Windows color (decimal): -12962047 or 79674. OLE color: 79674.
HSL color Cylindrical-coordinate representation of color #3A3701: hue angle of 56.84º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #3A3701 is Cyan = 0, Magento = 0.05, Yellow = 0.98 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 58 | 55 | 1 | - |
| CMYK | 0 | 0.05 | 0.98 | 0.77 |
| HSL | 56.84º | 0.97% | 0.12% | - |
| HSV(B) | 56.84º | 0.98% | 0.23% | - |
| XYZ | 3.12 | 3.63 | 0.57 | - |
| YUV | 49.74 | 100.49 | 133.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 55 | 1 | 0 | 0.05 | 0.98 | 0.77 | 56.84 | 0.97 | 0.12 |
| Hex | 3A | 37 | 1 | 0 | 5 | 62 | 4D | 39 | 61 | C |
| Octal | 72 | 67 | 1 | 0 | 5 | 142 | 115 | 71 | 141 | 14 |
| Binary | 111010 | 110111 | 1 | 0 | 101 | 1100010 | 1001101 | 111001 | 1100001 | 1100 |
Color Harmonies of #3A3701
Complementary color
Monochromatic Colors of #3A3701
Black with #3A3701
Text Example
Text Example
White with #3A3701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A3701; }
p { color: rgb(58,55,1); }
H1.HeaderClassName
{
color: #3A3701;
}
.AnyTagClassName
{
color: #3A3701;
}
</style>
background-color css
<style>
a { background-color: #3A3701; }
a { background-color: rgb(58,55,1); }
div.DivClassName
{
background-color: #3A3701;
}
.BgClassName
{
background-color: #3A3701;
}
</style>
border-color css
<style>
span { border-color: #3A3701; }
span { border-color: rgb(58,55,1); }
td.TdClassName
{
border-color: #3A3701;
}
.TagClassName
{
border-color: #3A3701;
}
</style>