Shades of Turtle Green #354618
Tints of Turtle Green #354618
RGB
CMYK
RGB Variations
Color information
#354618 (or 0x354618) is known color: Turtle Green. HEX triplet: 35, 46 and 18. RGB value is (53,70,24). Sum of RGB (Red+Green+Blue) = 53+70+24=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 70 (27.73% from 255 or 47.62% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 70 - color contains mainly: green. Hex color #354618 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354618 is #CAB9E7. Grayscale: #3B3B3B. Windows color (decimal): -13285864 or 1590837. OLE color: 1590837.
HSL color Cylindrical-coordinate representation of color #354618: hue angle of 82.17º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #354618 is Cyan = 0.24, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 24 | - |
| CMYK | 0.24 | 0 | 0.66 | 0.73 |
| HSL | 82.17º | 0.49% | 0.18% | - |
| HSV(B) | 82.17º | 0.66% | 0.27% | - |
| XYZ | 3.82 | 5.2 | 1.67 | - |
| YUV | 59.67 | 107.87 | 123.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 24 | 0.24 | 0 | 0.66 | 0.73 | 82.17 | 0.49 | 0.18 |
| Hex | 35 | 46 | 18 | 18 | 0 | 42 | 49 | 52 | 31 | 12 |
| Octal | 65 | 106 | 30 | 30 | 0 | 102 | 111 | 122 | 61 | 22 |
| Binary | 110101 | 1000110 | 11000 | 11000 | 0 | 1000010 | 1001001 | 1010010 | 110001 | 10010 |
Color Harmonies of #354618
Complementary color
Monochromatic Colors of #354618
Black with #354618
Text Example
Text Example
White with #354618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354618; }
p { color: rgb(53,70,24); }
H1.HeaderClassName
{
color: #354618;
}
.AnyTagClassName
{
color: #354618;
}
</style>
background-color css
<style>
a { background-color: #354618; }
a { background-color: rgb(53,70,24); }
div.DivClassName
{
background-color: #354618;
}
.BgClassName
{
background-color: #354618;
}
</style>
border-color css
<style>
span { border-color: #354618; }
span { border-color: rgb(53,70,24); }
td.TdClassName
{
border-color: #354618;
}
.TagClassName
{
border-color: #354618;
}
</style>