Shades of Turtle Green #354112
Tints of Turtle Green #354112
RGB
CMYK
RGB Variations
Color information
#354112 (or 0x354112) is known color: Turtle Green. HEX triplet: 35, 41 and 12. RGB value is (53,65,18). Sum of RGB (Red+Green+Blue) = 53+65+18=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 65 (25.78% from 255 or 47.79% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 65 - color contains mainly: green. Hex color #354112 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354112 is #CABEED. Grayscale: #383838. Windows color (decimal): -13287150 or 1196341. OLE color: 1196341.
HSL color Cylindrical-coordinate representation of color #354112: hue angle of 75.32º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #354112 is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 18 | - |
| CMYK | 0.18 | 0 | 0.72 | 0.75 |
| HSL | 75.32º | 0.57% | 0.16% | - |
| HSV(B) | 75.32º | 0.72% | 0.25% | - |
| XYZ | 3.47 | 4.58 | 1.27 | - |
| YUV | 56.05 | 106.52 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 18 | 0.18 | 0 | 0.72 | 0.75 | 75.32 | 0.57 | 0.16 |
| Hex | 35 | 41 | 12 | 12 | 0 | 48 | 4B | 4B | 39 | 10 |
| Octal | 65 | 101 | 22 | 22 | 0 | 110 | 113 | 113 | 71 | 20 |
| Binary | 110101 | 1000001 | 10010 | 10010 | 0 | 1001000 | 1001011 | 1001011 | 111001 | 10000 |
Color Harmonies of #354112
Complementary color
Monochromatic Colors of #354112
Black with #354112
Text Example
Text Example
White with #354112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354112; }
p { color: rgb(53,65,18); }
H1.HeaderClassName
{
color: #354112;
}
.AnyTagClassName
{
color: #354112;
}
</style>
background-color css
<style>
a { background-color: #354112; }
a { background-color: rgb(53,65,18); }
div.DivClassName
{
background-color: #354112;
}
.BgClassName
{
background-color: #354112;
}
</style>
border-color css
<style>
span { border-color: #354112; }
span { border-color: rgb(53,65,18); }
td.TdClassName
{
border-color: #354112;
}
.TagClassName
{
border-color: #354112;
}
</style>