Shades of Turtle Green #3E4101
Tints of Turtle Green #3E4101
RGB
CMYK
RGB Variations
Color information
#3E4101 (or 0x3E4101) is known color: Turtle Green. HEX triplet: 3E, 41 and 01. RGB value is (62,65,1). Sum of RGB (Red+Green+Blue) = 62+65+1=128 (16% of max value = 765). Red value is 62 (24.61% from 255 or 48.44% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 1 (0.78% from 255 or 0.78% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #3E4101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4101 is #C1BEFE. Grayscale: #393939. Windows color (decimal): -12697343 or 82238. OLE color: 82238.
HSL color Cylindrical-coordinate representation of color #3E4101: hue angle of 62.81º 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 #3E4101 is Cyan = 0.05, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 62 | 65 | 1 | - |
| CMYK | 0.05 | 0 | 0.98 | 0.75 |
| HSL | 62.81º | 0.97% | 0.13% | - |
| HSV(B) | 62.81º | 0.98% | 0.25% | - |
| XYZ | 3.88 | 4.81 | 0.75 | - |
| YUV | 56.81 | 96.51 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 65 | 1 | 0.05 | 0 | 0.98 | 0.75 | 62.81 | 0.97 | 0.13 |
| Hex | 3E | 41 | 1 | 5 | 0 | 62 | 4B | 3F | 61 | D |
| Octal | 76 | 101 | 1 | 5 | 0 | 142 | 113 | 77 | 141 | 15 |
| Binary | 111110 | 1000001 | 1 | 101 | 0 | 1100010 | 1001011 | 111111 | 1100001 | 1101 |
Color Harmonies of #3E4101
Complementary color
Monochromatic Colors of #3E4101
Black with #3E4101
Text Example
Text Example
White with #3E4101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4101; }
p { color: rgb(62,65,1); }
H1.HeaderClassName
{
color: #3E4101;
}
.AnyTagClassName
{
color: #3E4101;
}
</style>
background-color css
<style>
a { background-color: #3E4101; }
a { background-color: rgb(62,65,1); }
div.DivClassName
{
background-color: #3E4101;
}
.BgClassName
{
background-color: #3E4101;
}
</style>
border-color css
<style>
span { border-color: #3E4101; }
span { border-color: rgb(62,65,1); }
td.TdClassName
{
border-color: #3E4101;
}
.TagClassName
{
border-color: #3E4101;
}
</style>