Shades of Turtle Green #355006
Tints of Turtle Green #355006
RGB
CMYK
RGB Variations
Color information
#355006 (or 0x355006) is known color: Turtle Green. HEX triplet: 35, 50 and 06. RGB value is (53,80,6). Sum of RGB (Red+Green+Blue) = 53+80+6=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 80 (31.64% from 255 or 57.55% from 139); Blue value is 6 (2.73% from 255 or 4.32% from 139); Max value from RGB is 80 - color contains mainly: green. Hex color #355006 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355006 is #CAAFF9. Grayscale: #3F3F3F. Windows color (decimal): -13283322 or 413749. OLE color: 413749.
HSL color Cylindrical-coordinate representation of color #355006: hue angle of 81.89º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #355006 is Cyan = 0.34, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 6 | - |
| CMYK | 0.34 | 0 | 0.92 | 0.69 |
| HSL | 81.89º | 0.86% | 0.17% | - |
| HSV(B) | 81.89º | 0.93% | 0.31% | - |
| XYZ | 4.37 | 6.51 | 1.2 | - |
| YUV | 63.49 | 95.55 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 6 | 0.34 | 0 | 0.92 | 0.69 | 81.89 | 0.86 | 0.17 |
| Hex | 35 | 50 | 6 | 22 | 0 | 5C | 45 | 52 | 56 | 11 |
| Octal | 65 | 120 | 6 | 42 | 0 | 134 | 105 | 122 | 126 | 21 |
| Binary | 110101 | 1010000 | 110 | 100010 | 0 | 1011100 | 1000101 | 1010010 | 1010110 | 10001 |
Color Harmonies of #355006
Complementary color
Monochromatic Colors of #355006
Black with #355006
Text Example
Text Example
White with #355006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355006; }
p { color: rgb(53,80,6); }
H1.HeaderClassName
{
color: #355006;
}
.AnyTagClassName
{
color: #355006;
}
</style>
background-color css
<style>
a { background-color: #355006; }
a { background-color: rgb(53,80,6); }
div.DivClassName
{
background-color: #355006;
}
.BgClassName
{
background-color: #355006;
}
</style>
border-color css
<style>
span { border-color: #355006; }
span { border-color: rgb(53,80,6); }
td.TdClassName
{
border-color: #355006;
}
.TagClassName
{
border-color: #355006;
}
</style>