Shades of Turtle Green #353609
Tints of Turtle Green #353609
RGB
CMYK
RGB Variations
Color information
#353609 (or 0x353609) is known color: Turtle Green. HEX triplet: 35, 36 and 09. RGB value is (53,54,9). Sum of RGB (Red+Green+Blue) = 53+54+9=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 9 (3.91% from 255 or 7.76% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #353609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353609 is #CAC9F6. Grayscale: #303030. Windows color (decimal): -13289975 or 603701. OLE color: 603701.
HSL color Cylindrical-coordinate representation of color #353609: hue angle of 61.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #353609 is Cyan = 0.02, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 9 | - |
| CMYK | 0.02 | 0 | 0.83 | 0.79 |
| HSL | 61.33º | 0.71% | 0.12% | - |
| HSV(B) | 61.33º | 0.83% | 0.21% | - |
| XYZ | 2.84 | 3.41 | 0.77 | - |
| YUV | 48.57 | 105.67 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 9 | 0.02 | 0 | 0.83 | 0.79 | 61.33 | 0.71 | 0.12 |
| Hex | 35 | 36 | 9 | 2 | 0 | 53 | 4F | 3D | 47 | C |
| Octal | 65 | 66 | 11 | 2 | 0 | 123 | 117 | 75 | 107 | 14 |
| Binary | 110101 | 110110 | 1001 | 10 | 0 | 1010011 | 1001111 | 111101 | 1000111 | 1100 |
Color Harmonies of #353609
Complementary color
Monochromatic Colors of #353609
Black with #353609
Text Example
Text Example
White with #353609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353609; }
p { color: rgb(53,54,9); }
H1.HeaderClassName
{
color: #353609;
}
.AnyTagClassName
{
color: #353609;
}
</style>
background-color css
<style>
a { background-color: #353609; }
a { background-color: rgb(53,54,9); }
div.DivClassName
{
background-color: #353609;
}
.BgClassName
{
background-color: #353609;
}
</style>
border-color css
<style>
span { border-color: #353609; }
span { border-color: rgb(53,54,9); }
td.TdClassName
{
border-color: #353609;
}
.TagClassName
{
border-color: #353609;
}
</style>