Shades of Turtle Green #353604
Tints of Turtle Green #353604
RGB
CMYK
RGB Variations
Color information
#353604 (or 0x353604) is known color: Turtle Green. HEX triplet: 35, 36 and 04. RGB value is (53,54,4). Sum of RGB (Red+Green+Blue) = 53+54+4=111 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.75% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 4 (1.95% from 255 or 3.60% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #353604 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353604 is #CAC9FB. Grayscale: #303030. Windows color (decimal): -13289980 or 276021. OLE color: 276021.
HSL color Cylindrical-coordinate representation of color #353604: hue angle of 61.2º degrees, saturation: 0.86, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #353604 is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 4 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.79 |
| HSL | 61.2º | 0.86% | 0.11% | - |
| HSV(B) | 61.2º | 0.93% | 0.21% | - |
| XYZ | 2.81 | 3.4 | 0.62 | - |
| YUV | 48 | 103.17 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 4 | 0.02 | 0 | 0.93 | 0.79 | 61.2 | 0.86 | 0.11 |
| Hex | 35 | 36 | 4 | 2 | 0 | 5D | 4F | 3D | 56 | B |
| Octal | 65 | 66 | 4 | 2 | 0 | 135 | 117 | 75 | 126 | 13 |
| Binary | 110101 | 110110 | 100 | 10 | 0 | 1011101 | 1001111 | 111101 | 1010110 | 1011 |
Color Harmonies of #353604
Complementary color
Monochromatic Colors of #353604
Black with #353604
Text Example
Text Example
White with #353604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353604; }
p { color: rgb(53,54,4); }
H1.HeaderClassName
{
color: #353604;
}
.AnyTagClassName
{
color: #353604;
}
</style>
background-color css
<style>
a { background-color: #353604; }
a { background-color: rgb(53,54,4); }
div.DivClassName
{
background-color: #353604;
}
.BgClassName
{
background-color: #353604;
}
</style>
border-color css
<style>
span { border-color: #353604; }
span { border-color: rgb(53,54,4); }
td.TdClassName
{
border-color: #353604;
}
.TagClassName
{
border-color: #353604;
}
</style>