Shades of Turtle Green #3B4908
Tints of Turtle Green #3B4908
RGB
CMYK
RGB Variations
Color information
#3B4908 (or 0x3B4908) is known color: Turtle Green. HEX triplet: 3B, 49 and 08. RGB value is (59,73,8). Sum of RGB (Red+Green+Blue) = 59+73+8=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 73 (28.91% from 255 or 52.14% from 140); Blue value is 8 (3.52% from 255 or 5.71% from 140); Max value from RGB is 73 - color contains mainly: green. Hex color #3B4908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4908 is #C4B6F7. Grayscale: #3D3D3D. Windows color (decimal): -12891896 or 543035. OLE color: 543035.
HSL color Cylindrical-coordinate representation of color #3B4908: hue angle of 72.92º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #3B4908 is Cyan = 0.19, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 59 | 73 | 8 | - |
| CMYK | 0.19 | 0 | 0.89 | 0.71 |
| HSL | 72.92º | 0.8% | 0.16% | - |
| HSV(B) | 72.92º | 0.89% | 0.29% | - |
| XYZ | 4.23 | 5.71 | 1.11 | - |
| YUV | 61.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 73 | 8 | 0.19 | 0 | 0.89 | 0.71 | 72.92 | 0.8 | 0.16 |
| Hex | 3B | 49 | 8 | 13 | 0 | 59 | 47 | 49 | 50 | 10 |
| Octal | 73 | 111 | 10 | 23 | 0 | 131 | 107 | 111 | 120 | 20 |
| Binary | 111011 | 1001001 | 1000 | 10011 | 0 | 1011001 | 1000111 | 1001001 | 1010000 | 10000 |
Color Harmonies of #3B4908
Complementary color
Monochromatic Colors of #3B4908
Black with #3B4908
Text Example
Text Example
White with #3B4908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4908; }
p { color: rgb(59,73,8); }
H1.HeaderClassName
{
color: #3B4908;
}
.AnyTagClassName
{
color: #3B4908;
}
</style>
background-color css
<style>
a { background-color: #3B4908; }
a { background-color: rgb(59,73,8); }
div.DivClassName
{
background-color: #3B4908;
}
.BgClassName
{
background-color: #3B4908;
}
</style>
border-color css
<style>
span { border-color: #3B4908; }
span { border-color: rgb(59,73,8); }
td.TdClassName
{
border-color: #3B4908;
}
.TagClassName
{
border-color: #3B4908;
}
</style>