Shades of Turtle Green #3B3E1F
Tints of Turtle Green #3B3E1F
RGB
CMYK
RGB Variations
Color information
#3B3E1F (or 0x3B3E1F) is known color: Turtle Green. HEX triplet: 3B, 3E and 1F. RGB value is (59,62,31). Sum of RGB (Red+Green+Blue) = 59+62+31=152 (20% of max value = 765). Red value is 59 (23.44% from 255 or 38.82% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #3B3E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B3E1F is #C4C1E0. Grayscale: #393939. Windows color (decimal): -12894689 or 2047547. OLE color: 2047547.
HSL color Cylindrical-coordinate representation of color #3B3E1F: hue angle of 65.81º degrees, saturation: 0.33, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3B3E1F is Cyan = 0.05, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 59 | 62 | 31 | - |
| CMYK | 0.05 | 0 | 0.5 | 0.76 |
| HSL | 65.81º | 0.33% | 0.18% | - |
| HSV(B) | 65.81º | 0.5% | 0.24% | - |
| XYZ | 3.77 | 4.47 | 1.96 | - |
| YUV | 57.57 | 113.01 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 62 | 31 | 0.05 | 0 | 0.5 | 0.76 | 65.81 | 0.33 | 0.18 |
| Hex | 3B | 3E | 1F | 5 | 0 | 32 | 4C | 42 | 21 | 12 |
| Octal | 73 | 76 | 37 | 5 | 0 | 62 | 114 | 102 | 41 | 22 |
| Binary | 111011 | 111110 | 11111 | 101 | 0 | 110010 | 1001100 | 1000010 | 100001 | 10010 |
Color Harmonies of #3B3E1F
Complementary color
Monochromatic Colors of #3B3E1F
Black with #3B3E1F
Text Example
Text Example
White with #3B3E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B3E1F; }
p { color: rgb(59,62,31); }
H1.HeaderClassName
{
color: #3B3E1F;
}
.AnyTagClassName
{
color: #3B3E1F;
}
</style>
background-color css
<style>
a { background-color: #3B3E1F; }
a { background-color: rgb(59,62,31); }
div.DivClassName
{
background-color: #3B3E1F;
}
.BgClassName
{
background-color: #3B3E1F;
}
</style>
border-color css
<style>
span { border-color: #3B3E1F; }
span { border-color: rgb(59,62,31); }
td.TdClassName
{
border-color: #3B3E1F;
}
.TagClassName
{
border-color: #3B3E1F;
}
</style>