Shades of Turtle Green #354A09
Tints of Turtle Green #354A09
RGB
CMYK
RGB Variations
Color information
#354A09 (or 0x354A09) is known color: Turtle Green. HEX triplet: 35, 4A and 09. RGB value is (53,74,9). Sum of RGB (Red+Green+Blue) = 53+74+9=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 74 (29.30% from 255 or 54.41% from 136); Blue value is 9 (3.91% from 255 or 6.62% from 136); Max value from RGB is 74 - color contains mainly: green. Hex color #354A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354A09 is #CAB5F6. Grayscale: #3C3C3C. Windows color (decimal): -13284855 or 608821. OLE color: 608821.
HSL color Cylindrical-coordinate representation of color #354A09: hue angle of 79.38º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #354A09 is Cyan = 0.28, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 74 | 9 | - |
| CMYK | 0.28 | 0 | 0.88 | 0.71 |
| HSL | 79.38º | 0.78% | 0.16% | - |
| HSV(B) | 79.38º | 0.88% | 0.29% | - |
| XYZ | 3.97 | 5.67 | 1.14 | - |
| YUV | 60.31 | 99.04 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 74 | 9 | 0.28 | 0 | 0.88 | 0.71 | 79.38 | 0.78 | 0.16 |
| Hex | 35 | 4A | 9 | 1C | 0 | 58 | 47 | 4F | 4E | 10 |
| Octal | 65 | 112 | 11 | 34 | 0 | 130 | 107 | 117 | 116 | 20 |
| Binary | 110101 | 1001010 | 1001 | 11100 | 0 | 1011000 | 1000111 | 1001111 | 1001110 | 10000 |
Color Harmonies of #354A09
Complementary color
Monochromatic Colors of #354A09
Black with #354A09
Text Example
Text Example
White with #354A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354A09; }
p { color: rgb(53,74,9); }
H1.HeaderClassName
{
color: #354A09;
}
.AnyTagClassName
{
color: #354A09;
}
</style>
background-color css
<style>
a { background-color: #354A09; }
a { background-color: rgb(53,74,9); }
div.DivClassName
{
background-color: #354A09;
}
.BgClassName
{
background-color: #354A09;
}
</style>
border-color css
<style>
span { border-color: #354A09; }
span { border-color: rgb(53,74,9); }
td.TdClassName
{
border-color: #354A09;
}
.TagClassName
{
border-color: #354A09;
}
</style>