Shades of Turtle Green #344B03
Tints of Turtle Green #344B03
RGB
CMYK
RGB Variations
Color information
#344B03 (or 0x344B03) is known color: Turtle Green. HEX triplet: 34, 4B and 03. RGB value is (52,75,3). Sum of RGB (Red+Green+Blue) = 52+75+3=130 (17% of max value = 765). Red value is 52 (20.70% from 255 or 40% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 3 (1.56% from 255 or 2.31% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #344B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #344B03 is #CBB4FC. Grayscale: #3C3C3C. Windows color (decimal): -13350141 or 215860. OLE color: 215860.
HSL color Cylindrical-coordinate representation of color #344B03: hue angle of 79.17º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #344B03 is Cyan = 0.31, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 75 | 3 | - |
| CMYK | 0.31 | 0 | 0.96 | 0.71 |
| HSL | 79.17º | 0.92% | 0.15% | - |
| HSV(B) | 79.17º | 0.96% | 0.29% | - |
| XYZ | 3.95 | 5.77 | 0.99 | - |
| YUV | 59.92 | 95.88 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 75 | 3 | 0.31 | 0 | 0.96 | 0.71 | 79.17 | 0.92 | 0.15 |
| Hex | 34 | 4B | 3 | 1F | 0 | 60 | 47 | 4F | 5C | F |
| Octal | 64 | 113 | 3 | 37 | 0 | 140 | 107 | 117 | 134 | 17 |
| Binary | 110100 | 1001011 | 11 | 11111 | 0 | 1100000 | 1000111 | 1001111 | 1011100 | 1111 |
Color Harmonies of #344B03
Complementary color
Monochromatic Colors of #344B03
Black with #344B03
Text Example
Text Example
White with #344B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344B03; }
p { color: rgb(52,75,3); }
H1.HeaderClassName
{
color: #344B03;
}
.AnyTagClassName
{
color: #344B03;
}
</style>
background-color css
<style>
a { background-color: #344B03; }
a { background-color: rgb(52,75,3); }
div.DivClassName
{
background-color: #344B03;
}
.BgClassName
{
background-color: #344B03;
}
</style>
border-color css
<style>
span { border-color: #344B03; }
span { border-color: rgb(52,75,3); }
td.TdClassName
{
border-color: #344B03;
}
.TagClassName
{
border-color: #344B03;
}
</style>