Shades of Turtle Green #334015
Tints of Turtle Green #334015
RGB
CMYK
RGB Variations
Color information
#334015 (or 0x334015) is known color: Turtle Green. HEX triplet: 33, 40 and 15. RGB value is (51,64,21). Sum of RGB (Red+Green+Blue) = 51+64+21=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 64 (25.39% from 255 or 47.06% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 64 - color contains mainly: green. Hex color #334015 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334015 is #CCBFEA. Grayscale: #373737. Windows color (decimal): -13418475 or 1392691. OLE color: 1392691.
HSL color Cylindrical-coordinate representation of color #334015: hue angle of 78.14º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #334015 is Cyan = 0.20, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 51 | 64 | 21 | - |
| CMYK | 0.20 | 0 | 0.67 | 0.75 |
| HSL | 78.14º | 0.51% | 0.17% | - |
| HSV(B) | 78.14º | 0.67% | 0.25% | - |
| XYZ | 3.33 | 4.42 | 1.39 | - |
| YUV | 55.21 | 108.69 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 64 | 21 | 0.20 | 0 | 0.67 | 0.75 | 78.14 | 0.51 | 0.17 |
| Hex | 33 | 40 | 15 | 14 | 0 | 43 | 4B | 4E | 33 | 11 |
| Octal | 63 | 100 | 25 | 24 | 0 | 103 | 113 | 116 | 63 | 21 |
| Binary | 110011 | 1000000 | 10101 | 10100 | 0 | 1000011 | 1001011 | 1001110 | 110011 | 10001 |
Color Harmonies of #334015
Complementary color
Monochromatic Colors of #334015
Black with #334015
Text Example
Text Example
White with #334015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334015; }
p { color: rgb(51,64,21); }
H1.HeaderClassName
{
color: #334015;
}
.AnyTagClassName
{
color: #334015;
}
</style>
background-color css
<style>
a { background-color: #334015; }
a { background-color: rgb(51,64,21); }
div.DivClassName
{
background-color: #334015;
}
.BgClassName
{
background-color: #334015;
}
</style>
border-color css
<style>
span { border-color: #334015; }
span { border-color: rgb(51,64,21); }
td.TdClassName
{
border-color: #334015;
}
.TagClassName
{
border-color: #334015;
}
</style>