Shades of Turtle Green #3B421C
Tints of Turtle Green #3B421C
RGB
CMYK
RGB Variations
Color information
#3B421C (or 0x3B421C) is known color: Turtle Green. HEX triplet: 3B, 42 and 1C. RGB value is (59,66,28). Sum of RGB (Red+Green+Blue) = 59+66+28=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 66 - color contains mainly: green. Hex color #3B421C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B421C is #C4BDE3. Grayscale: #3B3B3B. Windows color (decimal): -12893668 or 1851963. OLE color: 1851963.
HSL color Cylindrical-coordinate representation of color #3B421C: hue angle of 71.05º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B421C is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 28 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.74 |
| HSL | 71.05º | 0.4% | 0.18% | - |
| HSV(B) | 71.05º | 0.58% | 0.26% | - |
| XYZ | 3.96 | 4.91 | 1.84 | - |
| YUV | 59.58 | 110.18 | 127.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 28 | 0.11 | 0 | 0.58 | 0.74 | 71.05 | 0.4 | 0.18 |
| Hex | 3B | 42 | 1C | B | 0 | 3A | 4A | 47 | 28 | 12 |
| Octal | 73 | 102 | 34 | 13 | 0 | 72 | 112 | 107 | 50 | 22 |
| Binary | 111011 | 1000010 | 11100 | 1011 | 0 | 111010 | 1001010 | 1000111 | 101000 | 10010 |
Color Harmonies of #3B421C
Complementary color
Monochromatic Colors of #3B421C
Black with #3B421C
Text Example
Text Example
White with #3B421C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B421C; }
p { color: rgb(59,66,28); }
H1.HeaderClassName
{
color: #3B421C;
}
.AnyTagClassName
{
color: #3B421C;
}
</style>
background-color css
<style>
a { background-color: #3B421C; }
a { background-color: rgb(59,66,28); }
div.DivClassName
{
background-color: #3B421C;
}
.BgClassName
{
background-color: #3B421C;
}
</style>
border-color css
<style>
span { border-color: #3B421C; }
span { border-color: rgb(59,66,28); }
td.TdClassName
{
border-color: #3B421C;
}
.TagClassName
{
border-color: #3B421C;
}
</style>