Shades of Turtle Green #3B4302
Tints of Turtle Green #3B4302
RGB
CMYK
RGB Variations
Color information
#3B4302 (or 0x3B4302) is known color: Turtle Green. HEX triplet: 3B, 43 and 02. RGB value is (59,67,2). Sum of RGB (Red+Green+Blue) = 59+67+2=128 (16% of max value = 765). Red value is 59 (23.44% from 255 or 46.09% from 128); Green value is 67 (26.56% from 255 or 52.34% from 128); Blue value is 2 (1.17% from 255 or 1.56% from 128); Max value from RGB is 67 - color contains mainly: green. Hex color #3B4302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4302 is #C4BCFD. Grayscale: #393939. Windows color (decimal): -12893438 or 148283. OLE color: 148283.
HSL color Cylindrical-coordinate representation of color #3B4302: hue angle of 67.38º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #3B4302 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 59 | 67 | 2 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.74 |
| HSL | 67.38º | 0.94% | 0.14% | - |
| HSV(B) | 67.38º | 0.97% | 0.26% | - |
| XYZ | 3.82 | 4.95 | 0.81 | - |
| YUV | 57.2 | 96.85 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 67 | 2 | 0.12 | 0 | 0.97 | 0.74 | 67.38 | 0.94 | 0.14 |
| Hex | 3B | 43 | 2 | C | 0 | 61 | 4A | 43 | 5E | E |
| Octal | 73 | 103 | 2 | 14 | 0 | 141 | 112 | 103 | 136 | 16 |
| Binary | 111011 | 1000011 | 10 | 1100 | 0 | 1100001 | 1001010 | 1000011 | 1011110 | 1110 |
Color Harmonies of #3B4302
Complementary color
Monochromatic Colors of #3B4302
Black with #3B4302
Text Example
Text Example
White with #3B4302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4302; }
p { color: rgb(59,67,2); }
H1.HeaderClassName
{
color: #3B4302;
}
.AnyTagClassName
{
color: #3B4302;
}
</style>
background-color css
<style>
a { background-color: #3B4302; }
a { background-color: rgb(59,67,2); }
div.DivClassName
{
background-color: #3B4302;
}
.BgClassName
{
background-color: #3B4302;
}
</style>
border-color css
<style>
span { border-color: #3B4302; }
span { border-color: rgb(59,67,2); }
td.TdClassName
{
border-color: #3B4302;
}
.TagClassName
{
border-color: #3B4302;
}
</style>