Shades of Turtle Green #334014
Tints of Turtle Green #334014
RGB
CMYK
RGB Variations
Color information
#334014 (or 0x334014) is known color: Turtle Green. HEX triplet: 33, 40 and 14. RGB value is (51,64,20). Sum of RGB (Red+Green+Blue) = 51+64+20=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 20 (8.20% from 255 or 14.81% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #334014 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334014 is #CCBFEB. Grayscale: #373737. Windows color (decimal): -13418476 or 1327155. OLE color: 1327155.
HSL color Cylindrical-coordinate representation of color #334014: hue angle of 77.73º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #334014 is Cyan = 0.20, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 20 | - |
| CMYK | 0.20 | 0 | 0.69 | 0.75 |
| HSL | 77.73º | 0.52% | 0.16% | - |
| HSV(B) | 77.73º | 0.69% | 0.25% | - |
| XYZ | 3.32 | 4.42 | 1.34 | - |
| YUV | 55.1 | 108.19 | 125.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 20 | 0.20 | 0 | 0.69 | 0.75 | 77.73 | 0.52 | 0.16 |
| Hex | 33 | 40 | 14 | 14 | 0 | 45 | 4B | 4E | 34 | 10 |
| Octal | 63 | 100 | 24 | 24 | 0 | 105 | 113 | 116 | 64 | 20 |
| Binary | 110011 | 1000000 | 10100 | 10100 | 0 | 1000101 | 1001011 | 1001110 | 110100 | 10000 |
Color Harmonies of #334014
Complementary color
Monochromatic Colors of #334014
Black with #334014
Text Example
Text Example
White with #334014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334014; }
p { color: rgb(51,64,20); }
H1.HeaderClassName
{
color: #334014;
}
.AnyTagClassName
{
color: #334014;
}
</style>
background-color css
<style>
a { background-color: #334014; }
a { background-color: rgb(51,64,20); }
div.DivClassName
{
background-color: #334014;
}
.BgClassName
{
background-color: #334014;
}
</style>
border-color css
<style>
span { border-color: #334014; }
span { border-color: rgb(51,64,20); }
td.TdClassName
{
border-color: #334014;
}
.TagClassName
{
border-color: #334014;
}
</style>