Shades of Turtle Green #344503
Tints of Turtle Green #344503
RGB
CMYK
RGB Variations
Color information
#344503 (or 0x344503) is known color: Turtle Green. HEX triplet: 34, 45 and 03. RGB value is (52,69,3). Sum of RGB (Red+Green+Blue) = 52+69+3=124 (16% of max value = 765). Red value is 52 (20.70% from 255 or 41.94% from 124); Green value is 69 (27.34% from 255 or 55.65% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 69 - color contains mainly: green. Hex color #344503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344503 is #CBBAFC. Grayscale: #383838. Windows color (decimal): -13351677 or 214324. OLE color: 214324.
HSL color Cylindrical-coordinate representation of color #344503: hue angle of 75.45º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #344503 is Cyan = 0.25, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 52 | 69 | 3 | - |
| CMYK | 0.25 | 0 | 0.96 | 0.73 |
| HSL | 75.45º | 0.92% | 0.14% | - |
| HSV(B) | 75.45º | 0.96% | 0.27% | - |
| XYZ | 3.56 | 4.99 | 0.86 | - |
| YUV | 56.39 | 97.87 | 124.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 69 | 3 | 0.25 | 0 | 0.96 | 0.73 | 75.45 | 0.92 | 0.14 |
| Hex | 34 | 45 | 3 | 19 | 0 | 60 | 49 | 4B | 5C | E |
| Octal | 64 | 105 | 3 | 31 | 0 | 140 | 111 | 113 | 134 | 16 |
| Binary | 110100 | 1000101 | 11 | 11001 | 0 | 1100000 | 1001001 | 1001011 | 1011100 | 1110 |
Color Harmonies of #344503
Complementary color
Monochromatic Colors of #344503
Black with #344503
Text Example
Text Example
White with #344503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344503; }
p { color: rgb(52,69,3); }
H1.HeaderClassName
{
color: #344503;
}
.AnyTagClassName
{
color: #344503;
}
</style>
background-color css
<style>
a { background-color: #344503; }
a { background-color: rgb(52,69,3); }
div.DivClassName
{
background-color: #344503;
}
.BgClassName
{
background-color: #344503;
}
</style>
border-color css
<style>
span { border-color: #344503; }
span { border-color: rgb(52,69,3); }
td.TdClassName
{
border-color: #344503;
}
.TagClassName
{
border-color: #344503;
}
</style>