Shades of Turtle Green #354B16
Tints of Turtle Green #354B16
RGB
CMYK
RGB Variations
Color information
#354B16 (or 0x354B16) is known color: Turtle Green. HEX triplet: 35, 4B and 16. RGB value is (53,75,22). Sum of RGB (Red+Green+Blue) = 53+75+22=150 (19% of max value = 765). Red value is 53 (21.09% from 255 or 35.33% from 150); Green value is 75 (29.69% from 255 or 50% from 150); Blue value is 22 (8.98% from 255 or 14.67% from 150); Max value from RGB is 75 - color contains mainly: green. Hex color #354B16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B16 is #CAB4E9. Grayscale: #3E3E3E. Windows color (decimal): -13284586 or 1461045. OLE color: 1461045.
HSL color Cylindrical-coordinate representation of color #354B16: hue angle of 84.91º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #354B16 is Cyan = 0.29, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 22 | - |
| CMYK | 0.29 | 0 | 0.71 | 0.71 |
| HSL | 84.91º | 0.55% | 0.19% | - |
| HSV(B) | 84.91º | 0.71% | 0.29% | - |
| XYZ | 4.13 | 5.85 | 1.67 | - |
| YUV | 62.38 | 105.21 | 121.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 22 | 0.29 | 0 | 0.71 | 0.71 | 84.91 | 0.55 | 0.19 |
| Hex | 35 | 4B | 16 | 1D | 0 | 47 | 47 | 55 | 37 | 13 |
| Octal | 65 | 113 | 26 | 35 | 0 | 107 | 107 | 125 | 67 | 23 |
| Binary | 110101 | 1001011 | 10110 | 11101 | 0 | 1000111 | 1000111 | 1010101 | 110111 | 10011 |
Color Harmonies of #354B16
Complementary color
Monochromatic Colors of #354B16
Black with #354B16
Text Example
Text Example
White with #354B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B16; }
p { color: rgb(53,75,22); }
H1.HeaderClassName
{
color: #354B16;
}
.AnyTagClassName
{
color: #354B16;
}
</style>
background-color css
<style>
a { background-color: #354B16; }
a { background-color: rgb(53,75,22); }
div.DivClassName
{
background-color: #354B16;
}
.BgClassName
{
background-color: #354B16;
}
</style>
border-color css
<style>
span { border-color: #354B16; }
span { border-color: rgb(53,75,22); }
td.TdClassName
{
border-color: #354B16;
}
.TagClassName
{
border-color: #354B16;
}
</style>