Shades of Turtle Green #3B451C
Tints of Turtle Green #3B451C
RGB
CMYK
RGB Variations
Color information
#3B451C (or 0x3B451C) is known color: Turtle Green. HEX triplet: 3B, 45 and 1C. RGB value is (59,69,28). Sum of RGB (Red+Green+Blue) = 59+69+28=156 (20% of max value = 765). Red value is 59 (23.44% from 255 or 37.82% from 156); Green value is 69 (27.34% from 255 or 44.23% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 69 - color contains mainly: green. Hex color #3B451C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B451C is #C4BAE3. Grayscale: #3D3D3D. Windows color (decimal): -12892900 or 1852731. OLE color: 1852731.
HSL color Cylindrical-coordinate representation of color #3B451C: hue angle of 74.63º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3B451C is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 59 | 69 | 28 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.73 |
| HSL | 74.63º | 0.42% | 0.19% | - |
| HSV(B) | 74.63º | 0.59% | 0.27% | - |
| XYZ | 4.14 | 5.27 | 1.9 | - |
| YUV | 61.34 | 109.19 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 69 | 28 | 0.14 | 0 | 0.59 | 0.73 | 74.63 | 0.42 | 0.19 |
| Hex | 3B | 45 | 1C | E | 0 | 3B | 49 | 4B | 2A | 13 |
| Octal | 73 | 105 | 34 | 16 | 0 | 73 | 111 | 113 | 52 | 23 |
| Binary | 111011 | 1000101 | 11100 | 1110 | 0 | 111011 | 1001001 | 1001011 | 101010 | 10011 |
Color Harmonies of #3B451C
Complementary color
Monochromatic Colors of #3B451C
Black with #3B451C
Text Example
Text Example
White with #3B451C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B451C; }
p { color: rgb(59,69,28); }
H1.HeaderClassName
{
color: #3B451C;
}
.AnyTagClassName
{
color: #3B451C;
}
</style>
background-color css
<style>
a { background-color: #3B451C; }
a { background-color: rgb(59,69,28); }
div.DivClassName
{
background-color: #3B451C;
}
.BgClassName
{
background-color: #3B451C;
}
</style>
border-color css
<style>
span { border-color: #3B451C; }
span { border-color: rgb(59,69,28); }
td.TdClassName
{
border-color: #3B451C;
}
.TagClassName
{
border-color: #3B451C;
}
</style>