Shades of Turtle Green #3B421B
Tints of Turtle Green #3B421B
RGB
CMYK
RGB Variations
Color information
#3B421B (or 0x3B421B) is known color: Turtle Green. HEX triplet: 3B, 42 and 1B. RGB value is (59,66,27). Sum of RGB (Red+Green+Blue) = 59+66+27=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 27 (10.94% from 255 or 17.76% from 152); Max value from RGB is 66 - color contains mainly: green. Hex color #3B421B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B421B is #C4BDE4. Grayscale: #3B3B3B. Windows color (decimal): -12893669 or 1786427. OLE color: 1786427.
HSL color Cylindrical-coordinate representation of color #3B421B: hue angle of 70.77º degrees, saturation: 0.42, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B421B is Cyan = 0.11, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 27 | - |
| CMYK | 0.11 | 0 | 0.59 | 0.74 |
| HSL | 70.77º | 0.42% | 0.18% | - |
| HSV(B) | 70.77º | 0.59% | 0.26% | - |
| XYZ | 3.95 | 4.91 | 1.78 | - |
| YUV | 59.46 | 109.68 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 27 | 0.11 | 0 | 0.59 | 0.74 | 70.77 | 0.42 | 0.18 |
| Hex | 3B | 42 | 1B | B | 0 | 3B | 4A | 47 | 2A | 12 |
| Octal | 73 | 102 | 33 | 13 | 0 | 73 | 112 | 107 | 52 | 22 |
| Binary | 111011 | 1000010 | 11011 | 1011 | 0 | 111011 | 1001010 | 1000111 | 101010 | 10010 |
Color Harmonies of #3B421B
Complementary color
Monochromatic Colors of #3B421B
Black with #3B421B
Text Example
Text Example
White with #3B421B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B421B; }
p { color: rgb(59,66,27); }
H1.HeaderClassName
{
color: #3B421B;
}
.AnyTagClassName
{
color: #3B421B;
}
</style>
background-color css
<style>
a { background-color: #3B421B; }
a { background-color: rgb(59,66,27); }
div.DivClassName
{
background-color: #3B421B;
}
.BgClassName
{
background-color: #3B421B;
}
</style>
border-color css
<style>
span { border-color: #3B421B; }
span { border-color: rgb(59,66,27); }
td.TdClassName
{
border-color: #3B421B;
}
.TagClassName
{
border-color: #3B421B;
}
</style>