Shades of Turtle Green #3B421A
Tints of Turtle Green #3B421A
RGB
CMYK
RGB Variations
Color information
#3B421A (or 0x3B421A) is known color: Turtle Green. HEX triplet: 3B, 42 and 1A. RGB value is (59,66,26). Sum of RGB (Red+Green+Blue) = 59+66+26=151 (20% of max value = 765). Red value is 59 (23.44% from 255 or 39.07% from 151); Green value is 66 (26.17% from 255 or 43.71% from 151); Blue value is 26 (10.55% from 255 or 17.22% from 151); Max value from RGB is 66 - color contains mainly: green. Hex color #3B421A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B421A is #C4BDE5. Grayscale: #3B3B3B. Windows color (decimal): -12893670 or 1720891. OLE color: 1720891.
HSL color Cylindrical-coordinate representation of color #3B421A: hue angle of 70.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B421A is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 26 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.74 |
| HSL | 70.5º | 0.43% | 0.18% | - |
| HSV(B) | 70.5º | 0.61% | 0.26% | - |
| XYZ | 3.94 | 4.9 | 1.72 | - |
| YUV | 59.35 | 109.18 | 127.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 26 | 0.11 | 0 | 0.61 | 0.74 | 70.5 | 0.43 | 0.18 |
| Hex | 3B | 42 | 1A | B | 0 | 3D | 4A | 46 | 2B | 12 |
| Octal | 73 | 102 | 32 | 13 | 0 | 75 | 112 | 106 | 53 | 22 |
| Binary | 111011 | 1000010 | 11010 | 1011 | 0 | 111101 | 1001010 | 1000110 | 101011 | 10010 |
Color Harmonies of #3B421A
Complementary color
Monochromatic Colors of #3B421A
Black with #3B421A
Text Example
Text Example
White with #3B421A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B421A; }
p { color: rgb(59,66,26); }
H1.HeaderClassName
{
color: #3B421A;
}
.AnyTagClassName
{
color: #3B421A;
}
</style>
background-color css
<style>
a { background-color: #3B421A; }
a { background-color: rgb(59,66,26); }
div.DivClassName
{
background-color: #3B421A;
}
.BgClassName
{
background-color: #3B421A;
}
</style>
border-color css
<style>
span { border-color: #3B421A; }
span { border-color: rgb(59,66,26); }
td.TdClassName
{
border-color: #3B421A;
}
.TagClassName
{
border-color: #3B421A;
}
</style>