Shades of Turtle Green #3B461A
Tints of Turtle Green #3B461A
RGB
CMYK
RGB Variations
Color information
#3B461A (or 0x3B461A) is known color: Turtle Green. HEX triplet: 3B, 46 and 1A. RGB value is (59,70,26). Sum of RGB (Red+Green+Blue) = 59+70+26=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 70 (27.73% from 255 or 45.16% from 155); Blue value is 26 (10.55% from 255 or 16.77% from 155); Max value from RGB is 70 - color contains mainly: green. Hex color #3B461A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B461A is #C4B9E5. Grayscale: #3D3D3D. Windows color (decimal): -12892646 or 1721915. OLE color: 1721915.
HSL color Cylindrical-coordinate representation of color #3B461A: hue angle of 75º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B461A is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 70 | 26 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.73 |
| HSL | 75º | 0.46% | 0.19% | - |
| HSV(B) | 75º | 0.63% | 0.27% | - |
| XYZ | 4.18 | 5.38 | 1.8 | - |
| YUV | 61.7 | 107.86 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 70 | 26 | 0.16 | 0 | 0.63 | 0.73 | 75 | 0.46 | 0.19 |
| Hex | 3B | 46 | 1A | 10 | 0 | 3F | 49 | 4B | 2E | 13 |
| Octal | 73 | 106 | 32 | 20 | 0 | 77 | 111 | 113 | 56 | 23 |
| Binary | 111011 | 1000110 | 11010 | 10000 | 0 | 111111 | 1001001 | 1001011 | 101110 | 10011 |
Color Harmonies of #3B461A
Complementary color
Monochromatic Colors of #3B461A
Black with #3B461A
Text Example
Text Example
White with #3B461A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B461A; }
p { color: rgb(59,70,26); }
H1.HeaderClassName
{
color: #3B461A;
}
.AnyTagClassName
{
color: #3B461A;
}
</style>
background-color css
<style>
a { background-color: #3B461A; }
a { background-color: rgb(59,70,26); }
div.DivClassName
{
background-color: #3B461A;
}
.BgClassName
{
background-color: #3B461A;
}
</style>
border-color css
<style>
span { border-color: #3B461A; }
span { border-color: rgb(59,70,26); }
td.TdClassName
{
border-color: #3B461A;
}
.TagClassName
{
border-color: #3B461A;
}
</style>