Shades of Turtle Green #353608
Tints of Turtle Green #353608
RGB
CMYK
RGB Variations
Color information
#353608 (or 0x353608) is known color: Turtle Green. HEX triplet: 35, 36 and 08. RGB value is (53,54,8). Sum of RGB (Red+Green+Blue) = 53+54+8=115 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.09% from 115); Green value is 54 (21.48% from 255 or 46.96% from 115); Blue value is 8 (3.52% from 255 or 6.96% from 115); Max value from RGB is 54 - color contains mainly: green. Hex color #353608 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353608 is #CAC9F7. Grayscale: #303030. Windows color (decimal): -13289976 or 538165. OLE color: 538165.
HSL color Cylindrical-coordinate representation of color #353608: hue angle of 61.3º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #353608 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 8 | - |
| CMYK | 0.02 | 0 | 0.85 | 0.79 |
| HSL | 61.3º | 0.74% | 0.12% | - |
| HSV(B) | 61.3º | 0.85% | 0.21% | - |
| XYZ | 2.83 | 3.41 | 0.74 | - |
| YUV | 48.46 | 105.17 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 8 | 0.02 | 0 | 0.85 | 0.79 | 61.3 | 0.74 | 0.12 |
| Hex | 35 | 36 | 8 | 2 | 0 | 55 | 4F | 3D | 4A | C |
| Octal | 65 | 66 | 10 | 2 | 0 | 125 | 117 | 75 | 112 | 14 |
| Binary | 110101 | 110110 | 1000 | 10 | 0 | 1010101 | 1001111 | 111101 | 1001010 | 1100 |
Color Harmonies of #353608
Complementary color
Monochromatic Colors of #353608
Black with #353608
Text Example
Text Example
White with #353608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353608; }
p { color: rgb(53,54,8); }
H1.HeaderClassName
{
color: #353608;
}
.AnyTagClassName
{
color: #353608;
}
</style>
background-color css
<style>
a { background-color: #353608; }
a { background-color: rgb(53,54,8); }
div.DivClassName
{
background-color: #353608;
}
.BgClassName
{
background-color: #353608;
}
</style>
border-color css
<style>
span { border-color: #353608; }
span { border-color: rgb(53,54,8); }
td.TdClassName
{
border-color: #353608;
}
.TagClassName
{
border-color: #353608;
}
</style>