Shades of Turtle Green #334B14
Tints of Turtle Green #334B14
RGB
CMYK
RGB Variations
Color information
#334B14 (or 0x334B14) is known color: Turtle Green. HEX triplet: 33, 4B and 14. RGB value is (51,75,20). Sum of RGB (Red+Green+Blue) = 51+75+20=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 20 (8.20% from 255 or 13.70% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #334B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334B14 is #CCB4EB. Grayscale: #3D3D3D. Windows color (decimal): -13415660 or 1329971. OLE color: 1329971.
HSL color Cylindrical-coordinate representation of color #334B14: hue angle of 86.18º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #334B14 is Cyan = 0.32, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 51 | 75 | 20 | - |
| CMYK | 0.32 | 0 | 0.73 | 0.71 |
| HSL | 86.18º | 0.58% | 0.19% | - |
| HSV(B) | 86.18º | 0.73% | 0.29% | - |
| XYZ | 4.01 | 5.79 | 1.57 | - |
| YUV | 61.55 | 104.55 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 75 | 20 | 0.32 | 0 | 0.73 | 0.71 | 86.18 | 0.58 | 0.19 |
| Hex | 33 | 4B | 14 | 20 | 0 | 49 | 47 | 56 | 3A | 13 |
| Octal | 63 | 113 | 24 | 40 | 0 | 111 | 107 | 126 | 72 | 23 |
| Binary | 110011 | 1001011 | 10100 | 100000 | 0 | 1001001 | 1000111 | 1010110 | 111010 | 10011 |
Color Harmonies of #334B14
Complementary color
Monochromatic Colors of #334B14
Black with #334B14
Text Example
Text Example
White with #334B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334B14; }
p { color: rgb(51,75,20); }
H1.HeaderClassName
{
color: #334B14;
}
.AnyTagClassName
{
color: #334B14;
}
</style>
background-color css
<style>
a { background-color: #334B14; }
a { background-color: rgb(51,75,20); }
div.DivClassName
{
background-color: #334B14;
}
.BgClassName
{
background-color: #334B14;
}
</style>
border-color css
<style>
span { border-color: #334B14; }
span { border-color: rgb(51,75,20); }
td.TdClassName
{
border-color: #334B14;
}
.TagClassName
{
border-color: #334B14;
}
</style>