Shades of Turtle Green #353502
Tints of Turtle Green #353502
RGB
CMYK
RGB Variations
Color information
#353502 (or 0x353502) is known color: Turtle Green. HEX triplet: 35, 35 and 02. RGB value is (53,53,2). Sum of RGB (Red+Green+Blue) = 53+53+2=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 53 (21.09% from 255 or 49.07% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 53 - color contains mainly: red, green. Hex color #353502 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353502 is #CACAFD. Grayscale: #2F2F2F. Windows color (decimal): -13290238 or 144693. OLE color: 144693.
HSL color Cylindrical-coordinate representation of color #353502: hue angle of 60º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #353502 is Cyan = 0, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 53 | 53 | 2 | - |
| CMYK | 0 | 0 | 0.96 | 0.79 |
| HSL | 60º | 0.93% | 0.11% | - |
| HSV(B) | 60º | 0.96% | 0.21% | - |
| XYZ | 2.75 | 3.31 | 0.55 | - |
| YUV | 47.19 | 102.5 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 53 | 2 | 0 | 0 | 0.96 | 0.79 | 60 | 0.93 | 0.11 |
| Hex | 35 | 35 | 2 | 0 | 0 | 60 | 4F | 3C | 5D | B |
| Octal | 65 | 65 | 2 | 0 | 0 | 140 | 117 | 74 | 135 | 13 |
| Binary | 110101 | 110101 | 10 | 0 | 0 | 1100000 | 1001111 | 111100 | 1011101 | 1011 |
Color Harmonies of #353502
Complementary color
Monochromatic Colors of #353502
Black with #353502
Text Example
Text Example
White with #353502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353502; }
p { color: rgb(53,53,2); }
H1.HeaderClassName
{
color: #353502;
}
.AnyTagClassName
{
color: #353502;
}
</style>
background-color css
<style>
a { background-color: #353502; }
a { background-color: rgb(53,53,2); }
div.DivClassName
{
background-color: #353502;
}
.BgClassName
{
background-color: #353502;
}
</style>
border-color css
<style>
span { border-color: #353502; }
span { border-color: rgb(53,53,2); }
td.TdClassName
{
border-color: #353502;
}
.TagClassName
{
border-color: #353502;
}
</style>