Shades of Turtle Green #3B4B15
Tints of Turtle Green #3B4B15
RGB
CMYK
RGB Variations
Color information
#3B4B15 (or 0x3B4B15) is known color: Turtle Green. HEX triplet: 3B, 4B and 15. RGB value is (59,75,21). Sum of RGB (Red+Green+Blue) = 59+75+21=155 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.06% from 155); Green value is 75 (29.69% from 255 or 48.39% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 75 - color contains mainly: green. Hex color #3B4B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4B15 is #C4B4EA. Grayscale: #404040. Windows color (decimal): -12891371 or 1395515. OLE color: 1395515.
HSL color Cylindrical-coordinate representation of color #3B4B15: hue angle of 77.78º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B4B15 is Cyan = 0.21, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 75 | 21 | - |
| CMYK | 0.21 | 0 | 0.72 | 0.71 |
| HSL | 77.78º | 0.56% | 0.19% | - |
| HSV(B) | 77.78º | 0.72% | 0.29% | - |
| XYZ | 4.46 | 6.02 | 1.64 | - |
| YUV | 64.06 | 103.7 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 75 | 21 | 0.21 | 0 | 0.72 | 0.71 | 77.78 | 0.56 | 0.19 |
| Hex | 3B | 4B | 15 | 15 | 0 | 48 | 47 | 4E | 38 | 13 |
| Octal | 73 | 113 | 25 | 25 | 0 | 110 | 107 | 116 | 70 | 23 |
| Binary | 111011 | 1001011 | 10101 | 10101 | 0 | 1001000 | 1000111 | 1001110 | 111000 | 10011 |
Color Harmonies of #3B4B15
Complementary color
Monochromatic Colors of #3B4B15
Black with #3B4B15
Text Example
Text Example
White with #3B4B15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4B15; }
p { color: rgb(59,75,21); }
H1.HeaderClassName
{
color: #3B4B15;
}
.AnyTagClassName
{
color: #3B4B15;
}
</style>
background-color css
<style>
a { background-color: #3B4B15; }
a { background-color: rgb(59,75,21); }
div.DivClassName
{
background-color: #3B4B15;
}
.BgClassName
{
background-color: #3B4B15;
}
</style>
border-color css
<style>
span { border-color: #3B4B15; }
span { border-color: rgb(59,75,21); }
td.TdClassName
{
border-color: #3B4B15;
}
.TagClassName
{
border-color: #3B4B15;
}
</style>