Shades of Turtle Green #343F08
Tints of Turtle Green #343F08
RGB
CMYK
RGB Variations
Color information
#343F08 (or 0x343F08) is known color: Turtle Green. HEX triplet: 34, 3F and 08. RGB value is (52,63,8). Sum of RGB (Red+Green+Blue) = 52+63+8=123 (16% of max value = 765). Red value is 52 (20.70% from 255 or 42.28% from 123); Green value is 63 (25% from 255 or 51.22% from 123); Blue value is 8 (3.52% from 255 or 6.50% from 123); Max value from RGB is 63 - color contains mainly: green. Hex color #343F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343F08 is #CBC0F7. Grayscale: #353535. Windows color (decimal): -13353208 or 540468. OLE color: 540468.
HSL color Cylindrical-coordinate representation of color #343F08: hue angle of 72º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #343F08 is Cyan = 0.17, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 52 | 63 | 8 | - |
| CMYK | 0.17 | 0 | 0.87 | 0.75 |
| HSL | 72º | 0.77% | 0.14% | - |
| HSV(B) | 72º | 0.87% | 0.25% | - |
| XYZ | 3.24 | 4.3 | 0.89 | - |
| YUV | 53.44 | 102.36 | 126.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 63 | 8 | 0.17 | 0 | 0.87 | 0.75 | 72 | 0.77 | 0.14 |
| Hex | 34 | 3F | 8 | 11 | 0 | 57 | 4B | 48 | 4D | E |
| Octal | 64 | 77 | 10 | 21 | 0 | 127 | 113 | 110 | 115 | 16 |
| Binary | 110100 | 111111 | 1000 | 10001 | 0 | 1010111 | 1001011 | 1001000 | 1001101 | 1110 |
Color Harmonies of #343F08
Complementary color
Monochromatic Colors of #343F08
Black with #343F08
Text Example
Text Example
White with #343F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343F08; }
p { color: rgb(52,63,8); }
H1.HeaderClassName
{
color: #343F08;
}
.AnyTagClassName
{
color: #343F08;
}
</style>
background-color css
<style>
a { background-color: #343F08; }
a { background-color: rgb(52,63,8); }
div.DivClassName
{
background-color: #343F08;
}
.BgClassName
{
background-color: #343F08;
}
</style>
border-color css
<style>
span { border-color: #343F08; }
span { border-color: rgb(52,63,8); }
td.TdClassName
{
border-color: #343F08;
}
.TagClassName
{
border-color: #343F08;
}
</style>