Shades of Turtle Green #354012
Tints of Turtle Green #354012
RGB
CMYK
RGB Variations
Color information
#354012 (or 0x354012) is known color: Turtle Green. HEX triplet: 35, 40 and 12. RGB value is (53,64,18). Sum of RGB (Red+Green+Blue) = 53+64+18=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 64 (25.39% from 255 or 47.41% from 135); Blue value is 18 (7.42% from 255 or 13.33% from 135); Max value from RGB is 64 - color contains mainly: green. Hex color #354012 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354012 is #CABFED. Grayscale: #373737. Windows color (decimal): -13287406 or 1196085. OLE color: 1196085.
HSL color Cylindrical-coordinate representation of color #354012: hue angle of 74.35º degrees, saturation: 0.56, 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 #354012 is Cyan = 0.17, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 18 | - |
| CMYK | 0.17 | 0 | 0.72 | 0.75 |
| HSL | 74.35º | 0.56% | 0.16% | - |
| HSV(B) | 74.35º | 0.72% | 0.25% | - |
| XYZ | 3.41 | 4.47 | 1.25 | - |
| YUV | 55.47 | 106.86 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 18 | 0.17 | 0 | 0.72 | 0.75 | 74.35 | 0.56 | 0.16 |
| Hex | 35 | 40 | 12 | 11 | 0 | 48 | 4B | 4A | 38 | 10 |
| Octal | 65 | 100 | 22 | 21 | 0 | 110 | 113 | 112 | 70 | 20 |
| Binary | 110101 | 1000000 | 10010 | 10001 | 0 | 1001000 | 1001011 | 1001010 | 111000 | 10000 |
Color Harmonies of #354012
Complementary color
Monochromatic Colors of #354012
Black with #354012
Text Example
Text Example
White with #354012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354012; }
p { color: rgb(53,64,18); }
H1.HeaderClassName
{
color: #354012;
}
.AnyTagClassName
{
color: #354012;
}
</style>
background-color css
<style>
a { background-color: #354012; }
a { background-color: rgb(53,64,18); }
div.DivClassName
{
background-color: #354012;
}
.BgClassName
{
background-color: #354012;
}
</style>
border-color css
<style>
span { border-color: #354012; }
span { border-color: rgb(53,64,18); }
td.TdClassName
{
border-color: #354012;
}
.TagClassName
{
border-color: #354012;
}
</style>