Shades of Turtle Green #343B0A
Tints of Turtle Green #343B0A
RGB
CMYK
RGB Variations
Color information
#343B0A (or 0x343B0A) is known color: Turtle Green. HEX triplet: 34, 3B and 0A. RGB value is (52,59,10). Sum of RGB (Red+Green+Blue) = 52+59+10=121 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.98% from 121); Green value is 59 (23.44% from 255 or 48.76% from 121); Blue value is 10 (4.30% from 255 or 8.26% from 121); Max value from RGB is 59 - color contains mainly: green. Hex color #343B0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B0A is #CBC4F5. Grayscale: #333333. Windows color (decimal): -13354230 or 670516. OLE color: 670516.
HSL color Cylindrical-coordinate representation of color #343B0A: hue angle of 68.57º degrees, saturation: 0.71, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #343B0A is Cyan = 0.12, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 10 | - |
| CMYK | 0.12 | 0 | 0.83 | 0.77 |
| HSL | 68.57º | 0.71% | 0.14% | - |
| HSV(B) | 68.57º | 0.83% | 0.23% | - |
| XYZ | 3.03 | 3.88 | 0.88 | - |
| YUV | 51.32 | 104.68 | 128.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 10 | 0.12 | 0 | 0.83 | 0.77 | 68.57 | 0.71 | 0.14 |
| Hex | 34 | 3B | A | C | 0 | 53 | 4D | 45 | 47 | E |
| Octal | 64 | 73 | 12 | 14 | 0 | 123 | 115 | 105 | 107 | 16 |
| Binary | 110100 | 111011 | 1010 | 1100 | 0 | 1010011 | 1001101 | 1000101 | 1000111 | 1110 |
Color Harmonies of #343B0A
Complementary color
Monochromatic Colors of #343B0A
Black with #343B0A
Text Example
Text Example
White with #343B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B0A; }
p { color: rgb(52,59,10); }
H1.HeaderClassName
{
color: #343B0A;
}
.AnyTagClassName
{
color: #343B0A;
}
</style>
background-color css
<style>
a { background-color: #343B0A; }
a { background-color: rgb(52,59,10); }
div.DivClassName
{
background-color: #343B0A;
}
.BgClassName
{
background-color: #343B0A;
}
</style>
border-color css
<style>
span { border-color: #343B0A; }
span { border-color: rgb(52,59,10); }
td.TdClassName
{
border-color: #343B0A;
}
.TagClassName
{
border-color: #343B0A;
}
</style>