Shades of Turtle Green #3E4618
Tints of Turtle Green #3E4618
RGB
CMYK
RGB Variations
Color information
#3E4618 (or 0x3E4618) is known color: Turtle Green. HEX triplet: 3E, 46 and 18. RGB value is (62,70,24). Sum of RGB (Red+Green+Blue) = 62+70+24=156 (20% of max value = 765). Red value is 62 (24.61% from 255 or 39.74% from 156); Green value is 70 (27.73% from 255 or 44.87% from 156); Blue value is 24 (9.77% from 255 or 15.38% from 156); Max value from RGB is 70 - color contains mainly: green. Hex color #3E4618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3E4618 is #C1B9E7. Grayscale: #3E3E3E. Windows color (decimal): -12696040 or 1590846. OLE color: 1590846.
HSL color Cylindrical-coordinate representation of color #3E4618: hue angle of 70.43º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3E4618 is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 62 | 70 | 24 | - |
| CMYK | 0.11 | 0 | 0.66 | 0.73 |
| HSL | 70.43º | 0.49% | 0.18% | - |
| HSV(B) | 70.43º | 0.66% | 0.27% | - |
| XYZ | 4.34 | 5.47 | 1.69 | - |
| YUV | 62.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 70 | 24 | 0.11 | 0 | 0.66 | 0.73 | 70.43 | 0.49 | 0.18 |
| Hex | 3E | 46 | 18 | B | 0 | 42 | 49 | 46 | 31 | 12 |
| Octal | 76 | 106 | 30 | 13 | 0 | 102 | 111 | 106 | 61 | 22 |
| Binary | 111110 | 1000110 | 11000 | 1011 | 0 | 1000010 | 1001001 | 1000110 | 110001 | 10010 |
Color Harmonies of #3E4618
Complementary color
Monochromatic Colors of #3E4618
Black with #3E4618
Text Example
Text Example
White with #3E4618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E4618; }
p { color: rgb(62,70,24); }
H1.HeaderClassName
{
color: #3E4618;
}
.AnyTagClassName
{
color: #3E4618;
}
</style>
background-color css
<style>
a { background-color: #3E4618; }
a { background-color: rgb(62,70,24); }
div.DivClassName
{
background-color: #3E4618;
}
.BgClassName
{
background-color: #3E4618;
}
</style>
border-color css
<style>
span { border-color: #3E4618; }
span { border-color: rgb(62,70,24); }
td.TdClassName
{
border-color: #3E4618;
}
.TagClassName
{
border-color: #3E4618;
}
</style>