Shades of Turtle Green #354B12
Tints of Turtle Green #354B12
RGB
CMYK
RGB Variations
Color information
#354B12 (or 0x354B12) is known color: Turtle Green. HEX triplet: 35, 4B and 12. RGB value is (53,75,18). Sum of RGB (Red+Green+Blue) = 53+75+18=146 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.30% from 146); Green value is 75 (29.69% from 255 or 51.37% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 75 - color contains mainly: green. Hex color #354B12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B12 is #CAB4ED. Grayscale: #3E3E3E. Windows color (decimal): -13284590 or 1198901. OLE color: 1198901.
HSL color Cylindrical-coordinate representation of color #354B12: hue angle of 83.16º degrees, saturation: 0.61, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #354B12 is Cyan = 0.29, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 18 | - |
| CMYK | 0.29 | 0 | 0.76 | 0.71 |
| HSL | 83.16º | 0.61% | 0.18% | - |
| HSV(B) | 83.16º | 0.76% | 0.29% | - |
| XYZ | 4.09 | 5.83 | 1.48 | - |
| YUV | 61.92 | 103.21 | 121.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 18 | 0.29 | 0 | 0.76 | 0.71 | 83.16 | 0.61 | 0.18 |
| Hex | 35 | 4B | 12 | 1D | 0 | 4C | 47 | 53 | 3D | 12 |
| Octal | 65 | 113 | 22 | 35 | 0 | 114 | 107 | 123 | 75 | 22 |
| Binary | 110101 | 1001011 | 10010 | 11101 | 0 | 1001100 | 1000111 | 1010011 | 111101 | 10010 |
Color Harmonies of #354B12
Complementary color
Monochromatic Colors of #354B12
Black with #354B12
Text Example
Text Example
White with #354B12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B12; }
p { color: rgb(53,75,18); }
H1.HeaderClassName
{
color: #354B12;
}
.AnyTagClassName
{
color: #354B12;
}
</style>
background-color css
<style>
a { background-color: #354B12; }
a { background-color: rgb(53,75,18); }
div.DivClassName
{
background-color: #354B12;
}
.BgClassName
{
background-color: #354B12;
}
</style>
border-color css
<style>
span { border-color: #354B12; }
span { border-color: rgb(53,75,18); }
td.TdClassName
{
border-color: #354B12;
}
.TagClassName
{
border-color: #354B12;
}
</style>