Shades of Turtle Green #343B05
Tints of Turtle Green #343B05
RGB
CMYK
RGB Variations
Color information
#343B05 (or 0x343B05) is known color: Turtle Green. HEX triplet: 34, 3B and 05. RGB value is (52,59,5). Sum of RGB (Red+Green+Blue) = 52+59+5=116 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.83% from 116); Green value is 59 (23.44% from 255 or 50.86% from 116); Blue value is 5 (2.34% from 255 or 4.31% from 116); Max value from RGB is 59 - color contains mainly: green. Hex color #343B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343B05 is #CBC4FA. Grayscale: #323232. Windows color (decimal): -13354235 or 342836. OLE color: 342836.
HSL color Cylindrical-coordinate representation of color #343B05: hue angle of 67.78º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #343B05 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 52 | 59 | 5 | - |
| CMYK | 0.12 | 0 | 0.92 | 0.77 |
| HSL | 67.78º | 0.84% | 0.13% | - |
| HSV(B) | 67.78º | 0.92% | 0.23% | - |
| XYZ | 3.01 | 3.87 | 0.73 | - |
| YUV | 50.75 | 102.18 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 59 | 5 | 0.12 | 0 | 0.92 | 0.77 | 67.78 | 0.84 | 0.13 |
| Hex | 34 | 3B | 5 | C | 0 | 5C | 4D | 44 | 54 | D |
| Octal | 64 | 73 | 5 | 14 | 0 | 134 | 115 | 104 | 124 | 15 |
| Binary | 110100 | 111011 | 101 | 1100 | 0 | 1011100 | 1001101 | 1000100 | 1010100 | 1101 |
Color Harmonies of #343B05
Complementary color
Monochromatic Colors of #343B05
Black with #343B05
Text Example
Text Example
White with #343B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343B05; }
p { color: rgb(52,59,5); }
H1.HeaderClassName
{
color: #343B05;
}
.AnyTagClassName
{
color: #343B05;
}
</style>
background-color css
<style>
a { background-color: #343B05; }
a { background-color: rgb(52,59,5); }
div.DivClassName
{
background-color: #343B05;
}
.BgClassName
{
background-color: #343B05;
}
</style>
border-color css
<style>
span { border-color: #343B05; }
span { border-color: rgb(52,59,5); }
td.TdClassName
{
border-color: #343B05;
}
.TagClassName
{
border-color: #343B05;
}
</style>