Shades of Turtle Green #343E03
Tints of Turtle Green #343E03
RGB
CMYK
RGB Variations
Color information
#343E03 (or 0x343E03) is known color: Turtle Green. HEX triplet: 34, 3E and 03. RGB value is (52,62,3). Sum of RGB (Red+Green+Blue) = 52+62+3=117 (15% of max value = 765). Red value is 52 (20.70% from 255 or 44.44% from 117); Green value is 62 (24.61% from 255 or 52.99% from 117); Blue value is 3 (1.56% from 255 or 2.56% from 117); Max value from RGB is 62 - color contains mainly: green. Hex color #343E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #343E03 is #CBC1FC. Grayscale: #343434. Windows color (decimal): -13353469 or 212532. OLE color: 212532.
HSL color Cylindrical-coordinate representation of color #343E03: hue angle of 70.17º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #343E03 is Cyan = 0.16, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 52 | 62 | 3 | - |
| CMYK | 0.16 | 0 | 0.95 | 0.76 |
| HSL | 70.17º | 0.91% | 0.13% | - |
| HSV(B) | 70.17º | 0.95% | 0.24% | - |
| XYZ | 3.16 | 4.18 | 0.73 | - |
| YUV | 52.28 | 100.19 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 62 | 3 | 0.16 | 0 | 0.95 | 0.76 | 70.17 | 0.91 | 0.13 |
| Hex | 34 | 3E | 3 | 10 | 0 | 5F | 4C | 46 | 5B | D |
| Octal | 64 | 76 | 3 | 20 | 0 | 137 | 114 | 106 | 133 | 15 |
| Binary | 110100 | 111110 | 11 | 10000 | 0 | 1011111 | 1001100 | 1000110 | 1011011 | 1101 |
Color Harmonies of #343E03
Complementary color
Monochromatic Colors of #343E03
Black with #343E03
Text Example
Text Example
White with #343E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #343E03; }
p { color: rgb(52,62,3); }
H1.HeaderClassName
{
color: #343E03;
}
.AnyTagClassName
{
color: #343E03;
}
</style>
background-color css
<style>
a { background-color: #343E03; }
a { background-color: rgb(52,62,3); }
div.DivClassName
{
background-color: #343E03;
}
.BgClassName
{
background-color: #343E03;
}
</style>
border-color css
<style>
span { border-color: #343E03; }
span { border-color: rgb(52,62,3); }
td.TdClassName
{
border-color: #343E03;
}
.TagClassName
{
border-color: #343E03;
}
</style>