Shades of Turtle Green #3E4320
Tints of Turtle Green #3E4320
RGB
CMYK
RGB Variations
Color information
#3E4320 (or 0x3E4320) is known color: Turtle Green. HEX triplet: 3E, 43 and 20. RGB value is (62,67,32). Sum of RGB (Red+Green+Blue) = 62+67+32=161 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.51% from 161); Green value is 67 (26.56% from 255 or 41.61% from 161); Blue value is 32 (12.89% from 255 or 19.88% from 161); Max value from RGB is 67 - color contains mainly: green. Hex color #3E4320 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E4320 is #C1BCDF. Grayscale: #3D3D3D. Windows color (decimal): -12696800 or 2114366. OLE color: 2114366.
HSL color Cylindrical-coordinate representation of color #3E4320: hue angle of 68.57º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3E4320 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 62 | 67 | 32 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.74 |
| HSL | 68.57º | 0.35% | 0.19% | - |
| HSV(B) | 68.57º | 0.52% | 0.26% | - |
| XYZ | 4.25 | 5.14 | 2.13 | - |
| YUV | 61.52 | 111.34 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 67 | 32 | 0.07 | 0 | 0.52 | 0.74 | 68.57 | 0.35 | 0.19 |
| Hex | 3E | 43 | 20 | 7 | 0 | 34 | 4A | 45 | 23 | 13 |
| Octal | 76 | 103 | 40 | 7 | 0 | 64 | 112 | 105 | 43 | 23 |
| Binary | 111110 | 1000011 | 100000 | 111 | 0 | 110100 | 1001010 | 1000101 | 100011 | 10011 |
Color Harmonies of #3E4320
Complementary color
Monochromatic Colors of #3E4320
Black with #3E4320
Text Example
Text Example
White with #3E4320
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4320; }
p { color: rgb(62,67,32); }
H1.HeaderClassName
{
color: #3E4320;
}
.AnyTagClassName
{
color: #3E4320;
}
</style>
background-color css
<style>
a { background-color: #3E4320; }
a { background-color: rgb(62,67,32); }
div.DivClassName
{
background-color: #3E4320;
}
.BgClassName
{
background-color: #3E4320;
}
</style>
border-color css
<style>
span { border-color: #3E4320; }
span { border-color: rgb(62,67,32); }
td.TdClassName
{
border-color: #3E4320;
}
.TagClassName
{
border-color: #3E4320;
}
</style>