Shades of Turtle Green #3E481C
Tints of Turtle Green #3E481C
RGB
CMYK
RGB Variations
Color information
#3E481C (or 0x3E481C) is known color: Turtle Green. HEX triplet: 3E, 48 and 1C. RGB value is (62,72,28). Sum of RGB (Red+Green+Blue) = 62+72+28=162 (21% of max value = 765). Red value is 62 (24.61% from 255 or 38.27% from 162); Green value is 72 (28.52% from 255 or 44.44% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 72 - color contains mainly: green. Hex color #3E481C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E481C is #C1B7E3. Grayscale: #404040. Windows color (decimal): -12695524 or 1853502. OLE color: 1853502.
HSL color Cylindrical-coordinate representation of color #3E481C: hue angle of 73.64º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E481C is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 62 | 72 | 28 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.72 |
| HSL | 73.64º | 0.44% | 0.2% | - |
| HSV(B) | 73.64º | 0.61% | 0.28% | - |
| XYZ | 4.51 | 5.74 | 1.97 | - |
| YUV | 63.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 72 | 28 | 0.14 | 0 | 0.61 | 0.72 | 73.64 | 0.44 | 0.2 |
| Hex | 3E | 48 | 1C | E | 0 | 3D | 48 | 4A | 2C | 14 |
| Octal | 76 | 110 | 34 | 16 | 0 | 75 | 110 | 112 | 54 | 24 |
| Binary | 111110 | 1001000 | 11100 | 1110 | 0 | 111101 | 1001000 | 1001010 | 101100 | 10100 |
Color Harmonies of #3E481C
Complementary color
Monochromatic Colors of #3E481C
Black with #3E481C
Text Example
Text Example
White with #3E481C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E481C; }
p { color: rgb(62,72,28); }
H1.HeaderClassName
{
color: #3E481C;
}
.AnyTagClassName
{
color: #3E481C;
}
</style>
background-color css
<style>
a { background-color: #3E481C; }
a { background-color: rgb(62,72,28); }
div.DivClassName
{
background-color: #3E481C;
}
.BgClassName
{
background-color: #3E481C;
}
</style>
border-color css
<style>
span { border-color: #3E481C; }
span { border-color: rgb(62,72,28); }
td.TdClassName
{
border-color: #3E481C;
}
.TagClassName
{
border-color: #3E481C;
}
</style>