Shades of Turtle Green #354907
Tints of Turtle Green #354907
RGB
CMYK
RGB Variations
Color information
#354907 (or 0x354907) is known color: Turtle Green. HEX triplet: 35, 49 and 07. RGB value is (53,73,7). Sum of RGB (Red+Green+Blue) = 53+73+7=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 7 (3.12% from 255 or 5.26% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #354907 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354907 is #CAB6F8. Grayscale: #3B3B3B. Windows color (decimal): -13285113 or 477493. OLE color: 477493.
HSL color Cylindrical-coordinate representation of color #354907: hue angle of 78.18º degrees, saturation: 0.82, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #354907 is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 73 | 7 | - |
| CMYK | 0.27 | 0 | 0.90 | 0.71 |
| HSL | 78.18º | 0.83% | 0.16% | - |
| HSV(B) | 78.18º | 0.9% | 0.29% | - |
| XYZ | 3.89 | 5.54 | 1.06 | - |
| YUV | 59.5 | 98.37 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 73 | 7 | 0.27 | 0 | 0.90 | 0.71 | 78.18 | 0.83 | 0.16 |
| Hex | 35 | 49 | 7 | 1B | 0 | 5A | 47 | 4E | 52 | 10 |
| Octal | 65 | 111 | 7 | 33 | 0 | 132 | 107 | 116 | 122 | 20 |
| Binary | 110101 | 1001001 | 111 | 11011 | 0 | 1011010 | 1000111 | 1001110 | 1010010 | 10000 |
Color Harmonies of #354907
Complementary color
Monochromatic Colors of #354907
Black with #354907
Text Example
Text Example
White with #354907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354907; }
p { color: rgb(53,73,7); }
H1.HeaderClassName
{
color: #354907;
}
.AnyTagClassName
{
color: #354907;
}
</style>
background-color css
<style>
a { background-color: #354907; }
a { background-color: rgb(53,73,7); }
div.DivClassName
{
background-color: #354907;
}
.BgClassName
{
background-color: #354907;
}
</style>
border-color css
<style>
span { border-color: #354907; }
span { border-color: rgb(53,73,7); }
td.TdClassName
{
border-color: #354907;
}
.TagClassName
{
border-color: #354907;
}
</style>