Shades of Turtle Green #354808
Tints of Turtle Green #354808
RGB
CMYK
RGB Variations
Color information
#354808 (or 0x354808) is known color: Turtle Green. HEX triplet: 35, 48 and 08. RGB value is (53,72,8). Sum of RGB (Red+Green+Blue) = 53+72+8=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 72 (28.52% from 255 or 54.14% from 133); Blue value is 8 (3.52% from 255 or 6.02% from 133); Max value from RGB is 72 - color contains mainly: green. Hex color #354808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354808 is #CAB7F7. Grayscale: #3B3B3B. Windows color (decimal): -13285368 or 542773. OLE color: 542773.
HSL color Cylindrical-coordinate representation of color #354808: hue angle of 77.81º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #354808 is Cyan = 0.26, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 53 | 72 | 8 | - |
| CMYK | 0.26 | 0 | 0.89 | 0.72 |
| HSL | 77.81º | 0.8% | 0.16% | - |
| HSV(B) | 77.81º | 0.89% | 0.28% | - |
| XYZ | 3.83 | 5.41 | 1.07 | - |
| YUV | 59.02 | 99.21 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 72 | 8 | 0.26 | 0 | 0.89 | 0.72 | 77.81 | 0.8 | 0.16 |
| Hex | 35 | 48 | 8 | 1A | 0 | 59 | 48 | 4E | 50 | 10 |
| Octal | 65 | 110 | 10 | 32 | 0 | 131 | 110 | 116 | 120 | 20 |
| Binary | 110101 | 1001000 | 1000 | 11010 | 0 | 1011001 | 1001000 | 1001110 | 1010000 | 10000 |
Color Harmonies of #354808
Complementary color
Monochromatic Colors of #354808
Black with #354808
Text Example
Text Example
White with #354808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354808; }
p { color: rgb(53,72,8); }
H1.HeaderClassName
{
color: #354808;
}
.AnyTagClassName
{
color: #354808;
}
</style>
background-color css
<style>
a { background-color: #354808; }
a { background-color: rgb(53,72,8); }
div.DivClassName
{
background-color: #354808;
}
.BgClassName
{
background-color: #354808;
}
</style>
border-color css
<style>
span { border-color: #354808; }
span { border-color: rgb(53,72,8); }
td.TdClassName
{
border-color: #354808;
}
.TagClassName
{
border-color: #354808;
}
</style>