Shades of Turtle Green #3B4519
Tints of Turtle Green #3B4519
RGB
CMYK
RGB Variations
Color information
#3B4519 (or 0x3B4519) is known color: Turtle Green. HEX triplet: 3B, 45 and 19. RGB value is (59,69,25). Sum of RGB (Red+Green+Blue) = 59+69+25=153 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.56% from 153); Green value is 69 (27.34% from 255 or 45.10% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3B4519 is #C4BAE6. Grayscale: #3D3D3D. Windows color (decimal): -12892903 or 1656123. OLE color: 1656123.
HSL color Cylindrical-coordinate representation of color #3B4519: hue angle of 73.64º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3B4519 is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 25 | - |
| CMYK | 0.14 | 0 | 0.64 | 0.73 |
| HSL | 73.64º | 0.47% | 0.18% | - |
| HSV(B) | 73.64º | 0.64% | 0.27% | - |
| XYZ | 4.11 | 5.26 | 1.72 | - |
| YUV | 60.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 25 | 0.14 | 0 | 0.64 | 0.73 | 73.64 | 0.47 | 0.18 |
| Hex | 3B | 45 | 19 | E | 0 | 40 | 49 | 4A | 2F | 12 |
| Octal | 73 | 105 | 31 | 16 | 0 | 100 | 111 | 112 | 57 | 22 |
| Binary | 111011 | 1000101 | 11001 | 1110 | 0 | 1000000 | 1001001 | 1001010 | 101111 | 10010 |
Color Harmonies of #3B4519
Complementary color
Monochromatic Colors of #3B4519
Black with #3B4519
Text Example
Text Example
White with #3B4519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B4519; }
p { color: rgb(59,69,25); }
H1.HeaderClassName
{
color: #3B4519;
}
.AnyTagClassName
{
color: #3B4519;
}
</style>
background-color css
<style>
a { background-color: #3B4519; }
a { background-color: rgb(59,69,25); }
div.DivClassName
{
background-color: #3B4519;
}
.BgClassName
{
background-color: #3B4519;
}
</style>
border-color css
<style>
span { border-color: #3B4519; }
span { border-color: rgb(59,69,25); }
td.TdClassName
{
border-color: #3B4519;
}
.TagClassName
{
border-color: #3B4519;
}
</style>