Shades of Turtle Green #334518
Tints of Turtle Green #334518
RGB
CMYK
RGB Variations
Color information
#334518 (or 0x334518) is known color: Turtle Green. HEX triplet: 33, 45 and 18. RGB value is (51,69,24). Sum of RGB (Red+Green+Blue) = 51+69+24=144 (19% of max value = 765). Red value is 51 (20.31% from 255 or 35.42% from 144); Green value is 69 (27.34% from 255 or 47.92% from 144); Blue value is 24 (9.77% from 255 or 16.67% from 144); Max value from RGB is 69 - color contains mainly: green. Hex color #334518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #334518 is #CCBAE7. Grayscale: #3A3A3A. Windows color (decimal): -13417192 or 1590579. OLE color: 1590579.
HSL color Cylindrical-coordinate representation of color #334518: hue angle of 84º degrees, saturation: 0.48, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #334518 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 51 | 69 | 24 | - |
| CMYK | 0.26 | 0 | 0.65 | 0.73 |
| HSL | 84º | 0.48% | 0.18% | - |
| HSV(B) | 84º | 0.65% | 0.27% | - |
| XYZ | 3.66 | 5.03 | 1.64 | - |
| YUV | 58.49 | 108.54 | 122.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 69 | 24 | 0.26 | 0 | 0.65 | 0.73 | 84 | 0.48 | 0.18 |
| Hex | 33 | 45 | 18 | 1A | 0 | 41 | 49 | 54 | 30 | 12 |
| Octal | 63 | 105 | 30 | 32 | 0 | 101 | 111 | 124 | 60 | 22 |
| Binary | 110011 | 1000101 | 11000 | 11010 | 0 | 1000001 | 1001001 | 1010100 | 110000 | 10010 |
Color Harmonies of #334518
Complementary color
Monochromatic Colors of #334518
Black with #334518
Text Example
Text Example
White with #334518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #334518; }
p { color: rgb(51,69,24); }
H1.HeaderClassName
{
color: #334518;
}
.AnyTagClassName
{
color: #334518;
}
</style>
background-color css
<style>
a { background-color: #334518; }
a { background-color: rgb(51,69,24); }
div.DivClassName
{
background-color: #334518;
}
.BgClassName
{
background-color: #334518;
}
</style>
border-color css
<style>
span { border-color: #334518; }
span { border-color: rgb(51,69,24); }
td.TdClassName
{
border-color: #334518;
}
.TagClassName
{
border-color: #334518;
}
</style>