Shades of Turtle Green #3E4301
Tints of Turtle Green #3E4301
RGB
CMYK
RGB Variations
Color information
#3E4301 (or 0x3E4301) is known color: Turtle Green. HEX triplet: 3E, 43 and 01. RGB value is (62,67,1). Sum of RGB (Red+Green+Blue) = 62+67+1=130 (17% of max value = 765). Red value is 62 (24.61% from 255 or 47.69% from 130); Green value is 67 (26.56% from 255 or 51.54% from 130); Blue value is 1 (0.78% from 255 or 0.77% from 130); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4301 is #C1BCFE. Grayscale: #3A3A3A. Windows color (decimal): -12696831 or 82750. OLE color: 82750.
HSL color Cylindrical-coordinate representation of color #3E4301: hue angle of 64.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #3E4301 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 1 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.74 |
| HSL | 64.55º | 0.97% | 0.13% | - |
| HSV(B) | 64.55º | 0.99% | 0.26% | - |
| XYZ | 4 | 5.04 | 0.79 | - |
| YUV | 57.98 | 95.84 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 1 | 0.07 | 0 | 0.99 | 0.74 | 64.55 | 0.97 | 0.13 |
| Hex | 3E | 43 | 1 | 7 | 0 | 63 | 4A | 41 | 61 | D |
| Octal | 76 | 103 | 1 | 7 | 0 | 143 | 112 | 101 | 141 | 15 |
| Binary | 111110 | 1000011 | 1 | 111 | 0 | 1100011 | 1001010 | 1000001 | 1100001 | 1101 |
Color Harmonies of #3E4301
Complementary color
Monochromatic Colors of #3E4301
Black with #3E4301
Text Example
Text Example
White with #3E4301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4301; }
p { color: rgb(62,67,1); }
H1.HeaderClassName
{
color: #3E4301;
}
.AnyTagClassName
{
color: #3E4301;
}
</style>
background-color css
<style>
a { background-color: #3E4301; }
a { background-color: rgb(62,67,1); }
div.DivClassName
{
background-color: #3E4301;
}
.BgClassName
{
background-color: #3E4301;
}
</style>
border-color css
<style>
span { border-color: #3E4301; }
span { border-color: rgb(62,67,1); }
td.TdClassName
{
border-color: #3E4301;
}
.TagClassName
{
border-color: #3E4301;
}
</style>