Shades of Turtle Green #3B4104
Tints of Turtle Green #3B4104
RGB
CMYK
RGB Variations
Color information
#3B4104 (or 0x3B4104) is known color: Turtle Green. HEX triplet: 3B, 41 and 04. RGB value is (59,65,4). Sum of RGB (Red+Green+Blue) = 59+65+4=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 65 (25.78% from 255 or 50.78% from 128); Blue value is 4 (1.95% from 255 or 3.12% from 128); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4104 is #C4BEFB. Grayscale: #383838. Windows color (decimal): -12893948 or 278843. OLE color: 278843.
HSL color Cylindrical-coordinate representation of color #3B4104: hue angle of 65.9º degrees, saturation: 0.88, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #3B4104 is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 4 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.75 |
| HSL | 65.9º | 0.88% | 0.14% | - |
| HSV(B) | 65.9º | 0.94% | 0.25% | - |
| XYZ | 3.72 | 4.72 | 0.83 | - |
| YUV | 56.25 | 98.51 | 129.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 4 | 0.09 | 0 | 0.94 | 0.75 | 65.9 | 0.88 | 0.14 |
| Hex | 3B | 41 | 4 | 9 | 0 | 5E | 4B | 42 | 58 | E |
| Octal | 73 | 101 | 4 | 11 | 0 | 136 | 113 | 102 | 130 | 16 |
| Binary | 111011 | 1000001 | 100 | 1001 | 0 | 1011110 | 1001011 | 1000010 | 1011000 | 1110 |
Color Harmonies of #3B4104
Complementary color
Monochromatic Colors of #3B4104
Black with #3B4104
Text Example
Text Example
White with #3B4104
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4104; }
p { color: rgb(59,65,4); }
H1.HeaderClassName
{
color: #3B4104;
}
.AnyTagClassName
{
color: #3B4104;
}
</style>
background-color css
<style>
a { background-color: #3B4104; }
a { background-color: rgb(59,65,4); }
div.DivClassName
{
background-color: #3B4104;
}
.BgClassName
{
background-color: #3B4104;
}
</style>
border-color css
<style>
span { border-color: #3B4104; }
span { border-color: rgb(59,65,4); }
td.TdClassName
{
border-color: #3B4104;
}
.TagClassName
{
border-color: #3B4104;
}
</style>