Shades of Turtle Green #3B4100
Tints of Turtle Green #3B4100
RGB
CMYK
RGB Variations
Color information
#3B4100 (or 0x3B4100) is known color: Turtle Green. HEX triplet: 3B, 41 and 00. RGB value is (59,65,0). Sum of RGB (Red+Green+Blue) = 59+65+0=124 (16% of max value = 765). Red value is 59 (23.44% from 255 or 47.58% from 124); Green value is 65 (25.78% from 255 or 52.42% from 124); Blue value is 0 (0.39% from 255 or 0% from 124); Max value from RGB is 65 - color contains mainly: green. Hex color #3B4100 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4100 is #C4BEFF. Grayscale: #383838. Windows color (decimal): -12893952 or 16699. OLE color: 16699.
HSL color Cylindrical-coordinate representation of color #3B4100: hue angle of 65.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #3B4100 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 59 | 65 | 0 | - |
| CMYK | 0.09 | 0 | 1 | 0.75 |
| HSL | 65.54º | 1% | 0.13% | - |
| HSV(B) | 65.54º | 1% | 0.25% | - |
| XYZ | 3.69 | 4.71 | 0.71 | - |
| YUV | 55.8 | 96.51 | 130.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 65 | 0 | 0.09 | 0 | 1 | 0.75 | 65.54 | 1 | 0.13 |
| Hex | 3B | 41 | 0 | 9 | 0 | 64 | 4B | 42 | 64 | D |
| Octal | 73 | 101 | 0 | 11 | 0 | 144 | 113 | 102 | 144 | 15 |
| Binary | 111011 | 1000001 | 0 | 1001 | 0 | 1100100 | 1001011 | 1000010 | 1100100 | 1101 |
Color Harmonies of #3B4100
Complementary color
Monochromatic Colors of #3B4100
Black with #3B4100
Text Example
Text Example
White with #3B4100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4100; }
p { color: rgb(59,65,0); }
H1.HeaderClassName
{
color: #3B4100;
}
.AnyTagClassName
{
color: #3B4100;
}
</style>
background-color css
<style>
a { background-color: #3B4100; }
a { background-color: rgb(59,65,0); }
div.DivClassName
{
background-color: #3B4100;
}
.BgClassName
{
background-color: #3B4100;
}
</style>
border-color css
<style>
span { border-color: #3B4100; }
span { border-color: rgb(59,65,0); }
td.TdClassName
{
border-color: #3B4100;
}
.TagClassName
{
border-color: #3B4100;
}
</style>