Shades of Turtle Green #354B09
Tints of Turtle Green #354B09
RGB
CMYK
RGB Variations
Color information
#354B09 (or 0x354B09) is known color: Turtle Green. HEX triplet: 35, 4B and 09. RGB value is (53,75,9). Sum of RGB (Red+Green+Blue) = 53+75+9=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 75 (29.69% from 255 or 54.74% from 137); Blue value is 9 (3.91% from 255 or 6.57% from 137); Max value from RGB is 75 - color contains mainly: green. Hex color #354B09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B09 is #CAB4F6. Grayscale: #3D3D3D. Windows color (decimal): -13284599 or 609077. OLE color: 609077.
HSL color Cylindrical-coordinate representation of color #354B09: hue angle of 80º degrees, saturation: 0.79, 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 #354B09 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 9 | - |
| CMYK | 0.29 | 0 | 0.88 | 0.71 |
| HSL | 80º | 0.79% | 0.16% | - |
| HSV(B) | 80º | 0.88% | 0.29% | - |
| XYZ | 4.03 | 5.81 | 1.17 | - |
| YUV | 60.9 | 98.71 | 122.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 9 | 0.29 | 0 | 0.88 | 0.71 | 80 | 0.79 | 0.16 |
| Hex | 35 | 4B | 9 | 1D | 0 | 58 | 47 | 50 | 4F | 10 |
| Octal | 65 | 113 | 11 | 35 | 0 | 130 | 107 | 120 | 117 | 20 |
| Binary | 110101 | 1001011 | 1001 | 11101 | 0 | 1011000 | 1000111 | 1010000 | 1001111 | 10000 |
Color Harmonies of #354B09
Complementary color
Monochromatic Colors of #354B09
Black with #354B09
Text Example
Text Example
White with #354B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B09; }
p { color: rgb(53,75,9); }
H1.HeaderClassName
{
color: #354B09;
}
.AnyTagClassName
{
color: #354B09;
}
</style>
background-color css
<style>
a { background-color: #354B09; }
a { background-color: rgb(53,75,9); }
div.DivClassName
{
background-color: #354B09;
}
.BgClassName
{
background-color: #354B09;
}
</style>
border-color css
<style>
span { border-color: #354B09; }
span { border-color: rgb(53,75,9); }
td.TdClassName
{
border-color: #354B09;
}
.TagClassName
{
border-color: #354B09;
}
</style>