Shades of Turtle Green #345003
Tints of Turtle Green #345003
RGB
CMYK
RGB Variations
Color information
#345003 (or 0x345003) is known color: Turtle Green. HEX triplet: 34, 50 and 03. RGB value is (52,80,3). Sum of RGB (Red+Green+Blue) = 52+80+3=135 (17% of max value = 765). Red value is 52 (20.70% from 255 or 38.52% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #345003 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #345003 is #CBAFFC. Grayscale: #3F3F3F. Windows color (decimal): -13348861 or 217140. OLE color: 217140.
HSL color Cylindrical-coordinate representation of color #345003: hue angle of 81.82º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #345003 is Cyan = 0.35, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 52 | 80 | 3 | - |
| CMYK | 0.35 | 0 | 0.96 | 0.69 |
| HSL | 81.82º | 0.93% | 0.16% | - |
| HSV(B) | 81.82º | 0.96% | 0.31% | - |
| XYZ | 4.3 | 6.47 | 1.11 | - |
| YUV | 62.85 | 94.22 | 120.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 80 | 3 | 0.35 | 0 | 0.96 | 0.69 | 81.82 | 0.93 | 0.16 |
| Hex | 34 | 50 | 3 | 23 | 0 | 60 | 45 | 52 | 5D | 10 |
| Octal | 64 | 120 | 3 | 43 | 0 | 140 | 105 | 122 | 135 | 20 |
| Binary | 110100 | 1010000 | 11 | 100011 | 0 | 1100000 | 1000101 | 1010010 | 1011101 | 10000 |
Color Harmonies of #345003
Complementary color
Monochromatic Colors of #345003
Black with #345003
Text Example
Text Example
White with #345003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #345003; }
p { color: rgb(52,80,3); }
H1.HeaderClassName
{
color: #345003;
}
.AnyTagClassName
{
color: #345003;
}
</style>
background-color css
<style>
a { background-color: #345003; }
a { background-color: rgb(52,80,3); }
div.DivClassName
{
background-color: #345003;
}
.BgClassName
{
background-color: #345003;
}
</style>
border-color css
<style>
span { border-color: #345003; }
span { border-color: rgb(52,80,3); }
td.TdClassName
{
border-color: #345003;
}
.TagClassName
{
border-color: #345003;
}
</style>