Shades of Turtle Green #3B4223
Tints of Turtle Green #3B4223
RGB
CMYK
RGB Variations
Color information
#3B4223 (or 0x3B4223) is known color: Turtle Green. HEX triplet: 3B, 42 and 23. RGB value is (59,66,35). Sum of RGB (Red+Green+Blue) = 59+66+35=160 (21% of max value = 765). Red value is 59 (23.44% from 255 or 36.88% from 160); Green value is 66 (26.17% from 255 or 41.25% from 160); Blue value is 35 (14.06% from 255 or 21.88% from 160); Max value from RGB is 66 - color contains mainly: green. Hex color #3B4223 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4223 is #C4BDDC. Grayscale: #3C3C3C. Windows color (decimal): -12893661 or 2310715. OLE color: 2310715.
HSL color Cylindrical-coordinate representation of color #3B4223: hue angle of 73.55º degrees, saturation: 0.31, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B4223 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 66 | 35 | - |
| CMYK | 0.11 | 0 | 0.47 | 0.74 |
| HSL | 73.55º | 0.31% | 0.2% | - |
| HSV(B) | 73.55º | 0.47% | 0.26% | - |
| XYZ | 4.06 | 4.95 | 2.33 | - |
| YUV | 60.37 | 113.68 | 127.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 66 | 35 | 0.11 | 0 | 0.47 | 0.74 | 73.55 | 0.31 | 0.2 |
| Hex | 3B | 42 | 23 | B | 0 | 2F | 4A | 4A | 1F | 14 |
| Octal | 73 | 102 | 43 | 13 | 0 | 57 | 112 | 112 | 37 | 24 |
| Binary | 111011 | 1000010 | 100011 | 1011 | 0 | 101111 | 1001010 | 1001010 | 11111 | 10100 |
Color Harmonies of #3B4223
Complementary color
Monochromatic Colors of #3B4223
Black with #3B4223
Text Example
Text Example
White with #3B4223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4223; }
p { color: rgb(59,66,35); }
H1.HeaderClassName
{
color: #3B4223;
}
.AnyTagClassName
{
color: #3B4223;
}
</style>
background-color css
<style>
a { background-color: #3B4223; }
a { background-color: rgb(59,66,35); }
div.DivClassName
{
background-color: #3B4223;
}
.BgClassName
{
background-color: #3B4223;
}
</style>
border-color css
<style>
span { border-color: #3B4223; }
span { border-color: rgb(59,66,35); }
td.TdClassName
{
border-color: #3B4223;
}
.TagClassName
{
border-color: #3B4223;
}
</style>