Shades of Turtle Green #3B4317
Tints of Turtle Green #3B4317
RGB
CMYK
RGB Variations
Color information
#3B4317 (or 0x3B4317) is known color: Turtle Green. HEX triplet: 3B, 43 and 17. RGB value is (59,67,23). Sum of RGB (Red+Green+Blue) = 59+67+23=149 (19% of max value = 765). Red value is 59 (23.44% from 255 or 39.60% from 149); Green value is 67 (26.56% from 255 or 44.97% from 149); Blue value is 23 (9.38% from 255 or 15.44% from 149); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4317 is #C4BCE8. Grayscale: #3B3B3B. Windows color (decimal): -12893417 or 1524539. OLE color: 1524539.
HSL color Cylindrical-coordinate representation of color #3B4317: hue angle of 70.91º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3B4317 is Cyan = 0.12, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 23 | - |
| CMYK | 0.12 | 0 | 0.66 | 0.74 |
| HSL | 70.91º | 0.49% | 0.18% | - |
| HSV(B) | 70.91º | 0.66% | 0.26% | - |
| XYZ | 3.97 | 5.01 | 1.57 | - |
| YUV | 59.59 | 107.35 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 23 | 0.12 | 0 | 0.66 | 0.74 | 70.91 | 0.49 | 0.18 |
| Hex | 3B | 43 | 17 | C | 0 | 42 | 4A | 47 | 31 | 12 |
| Octal | 73 | 103 | 27 | 14 | 0 | 102 | 112 | 107 | 61 | 22 |
| Binary | 111011 | 1000011 | 10111 | 1100 | 0 | 1000010 | 1001010 | 1000111 | 110001 | 10010 |
Color Harmonies of #3B4317
Complementary color
Monochromatic Colors of #3B4317
Black with #3B4317
Text Example
Text Example
White with #3B4317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4317; }
p { color: rgb(59,67,23); }
H1.HeaderClassName
{
color: #3B4317;
}
.AnyTagClassName
{
color: #3B4317;
}
</style>
background-color css
<style>
a { background-color: #3B4317; }
a { background-color: rgb(59,67,23); }
div.DivClassName
{
background-color: #3B4317;
}
.BgClassName
{
background-color: #3B4317;
}
</style>
border-color css
<style>
span { border-color: #3B4317; }
span { border-color: rgb(59,67,23); }
td.TdClassName
{
border-color: #3B4317;
}
.TagClassName
{
border-color: #3B4317;
}
</style>