Shades of Turtle Green #353600
Tints of Turtle Green #353600
RGB
CMYK
RGB Variations
Color information
#353600 (or 0x353600) is known color: Turtle Green. HEX triplet: 35, 36 and 00. RGB value is (53,54,0). Sum of RGB (Red+Green+Blue) = 53+54+0=107 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.53% from 107); Green value is 54 (21.48% from 255 or 50.47% from 107); Blue value is 0 (0.39% from 255 or 0% from 107); Max value from RGB is 54 - color contains mainly: green. Hex color #353600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353600 is #CAC9FF. Grayscale: #2F2F2F. Windows color (decimal): -13289984 or 13877. OLE color: 13877.
HSL color Cylindrical-coordinate representation of color #353600: hue angle of 61.11º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #353600 is Cyan = 0.02, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 54 | 0 | - |
| CMYK | 0.02 | 0 | 1 | 0.79 |
| HSL | 61.11º | 1% | 0.11% | - |
| HSV(B) | 61.11º | 1% | 0.21% | - |
| XYZ | 2.79 | 3.4 | 0.51 | - |
| YUV | 47.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 54 | 0 | 0.02 | 0 | 1 | 0.79 | 61.11 | 1 | 0.11 |
| Hex | 35 | 36 | 0 | 2 | 0 | 64 | 4F | 3D | 64 | B |
| Octal | 65 | 66 | 0 | 2 | 0 | 144 | 117 | 75 | 144 | 13 |
| Binary | 110101 | 110110 | 0 | 10 | 0 | 1100100 | 1001111 | 111101 | 1100100 | 1011 |
Color Harmonies of #353600
Complementary color
Monochromatic Colors of #353600
Black with #353600
Text Example
Text Example
White with #353600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353600; }
p { color: rgb(53,54,0); }
H1.HeaderClassName
{
color: #353600;
}
.AnyTagClassName
{
color: #353600;
}
</style>
background-color css
<style>
a { background-color: #353600; }
a { background-color: rgb(53,54,0); }
div.DivClassName
{
background-color: #353600;
}
.BgClassName
{
background-color: #353600;
}
</style>
border-color css
<style>
span { border-color: #353600; }
span { border-color: rgb(53,54,0); }
td.TdClassName
{
border-color: #353600;
}
.TagClassName
{
border-color: #353600;
}
</style>