Shades of Turtle Green #355007
Tints of Turtle Green #355007
RGB
CMYK
RGB Variations
Color information
#355007 (or 0x355007) is known color: Turtle Green. HEX triplet: 35, 50 and 07. RGB value is (53,80,7). Sum of RGB (Red+Green+Blue) = 53+80+7=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 80 (31.64% from 255 or 57.14% from 140); Blue value is 7 (3.12% from 255 or 5% from 140); Max value from RGB is 80 - color contains mainly: green. Hex color #355007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #355007 is #CAAFF8. Grayscale: #3F3F3F. Windows color (decimal): -13283321 or 479285. OLE color: 479285.
HSL color Cylindrical-coordinate representation of color #355007: hue angle of 82.19º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #355007 is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 80 | 7 | - |
| CMYK | 0.34 | 0 | 0.91 | 0.69 |
| HSL | 82.19º | 0.84% | 0.17% | - |
| HSV(B) | 82.19º | 0.91% | 0.31% | - |
| XYZ | 4.38 | 6.51 | 1.23 | - |
| YUV | 63.61 | 96.05 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 80 | 7 | 0.34 | 0 | 0.91 | 0.69 | 82.19 | 0.84 | 0.17 |
| Hex | 35 | 50 | 7 | 22 | 0 | 5B | 45 | 52 | 54 | 11 |
| Octal | 65 | 120 | 7 | 42 | 0 | 133 | 105 | 122 | 124 | 21 |
| Binary | 110101 | 1010000 | 111 | 100010 | 0 | 1011011 | 1000101 | 1010010 | 1010100 | 10001 |
Color Harmonies of #355007
Complementary color
Monochromatic Colors of #355007
Black with #355007
Text Example
Text Example
White with #355007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #355007; }
p { color: rgb(53,80,7); }
H1.HeaderClassName
{
color: #355007;
}
.AnyTagClassName
{
color: #355007;
}
</style>
background-color css
<style>
a { background-color: #355007; }
a { background-color: rgb(53,80,7); }
div.DivClassName
{
background-color: #355007;
}
.BgClassName
{
background-color: #355007;
}
</style>
border-color css
<style>
span { border-color: #355007; }
span { border-color: rgb(53,80,7); }
td.TdClassName
{
border-color: #355007;
}
.TagClassName
{
border-color: #355007;
}
</style>