Shades of Turtle Green #334113
Tints of Turtle Green #334113
RGB
CMYK
RGB Variations
Color information
#334113 (or 0x334113) is known color: Turtle Green. HEX triplet: 33, 41 and 13. RGB value is (51,65,19). Sum of RGB (Red+Green+Blue) = 51+65+19=135 (17% of max value = 765). Red value is 51 (20.31% from 255 or 37.78% from 135); Green value is 65 (25.78% from 255 or 48.15% from 135); Blue value is 19 (7.81% from 255 or 14.07% from 135); Max value from RGB is 65 - color contains mainly: green. Hex color #334113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334113 is #CCBEEC. Grayscale: #373737. Windows color (decimal): -13418221 or 1261875. OLE color: 1261875.
HSL color Cylindrical-coordinate representation of color #334113: hue angle of 78.26º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #334113 is Cyan = 0.22, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 65 | 19 | - |
| CMYK | 0.22 | 0 | 0.71 | 0.75 |
| HSL | 78.26º | 0.55% | 0.16% | - |
| HSV(B) | 78.26º | 0.71% | 0.25% | - |
| XYZ | 3.37 | 4.53 | 1.31 | - |
| YUV | 55.57 | 107.36 | 124.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 65 | 19 | 0.22 | 0 | 0.71 | 0.75 | 78.26 | 0.55 | 0.16 |
| Hex | 33 | 41 | 13 | 16 | 0 | 47 | 4B | 4E | 37 | 10 |
| Octal | 63 | 101 | 23 | 26 | 0 | 107 | 113 | 116 | 67 | 20 |
| Binary | 110011 | 1000001 | 10011 | 10110 | 0 | 1000111 | 1001011 | 1001110 | 110111 | 10000 |
Color Harmonies of #334113
Complementary color
Monochromatic Colors of #334113
Black with #334113
Text Example
Text Example
White with #334113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334113; }
p { color: rgb(51,65,19); }
H1.HeaderClassName
{
color: #334113;
}
.AnyTagClassName
{
color: #334113;
}
</style>
background-color css
<style>
a { background-color: #334113; }
a { background-color: rgb(51,65,19); }
div.DivClassName
{
background-color: #334113;
}
.BgClassName
{
background-color: #334113;
}
</style>
border-color css
<style>
span { border-color: #334113; }
span { border-color: rgb(51,65,19); }
td.TdClassName
{
border-color: #334113;
}
.TagClassName
{
border-color: #334113;
}
</style>