Shades of Turtle Green #353902
Tints of Turtle Green #353902
RGB
CMYK
RGB Variations
Color information
#353902 (or 0x353902) is known color: Turtle Green. HEX triplet: 35, 39 and 02. RGB value is (53,57,2). Sum of RGB (Red+Green+Blue) = 53+57+2=112 (14% of max value = 765). Red value is 53 (21.09% from 255 or 47.32% from 112); Green value is 57 (22.66% from 255 or 50.89% from 112); Blue value is 2 (1.17% from 255 or 1.79% from 112); Max value from RGB is 57 - color contains mainly: green. Hex color #353902 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353902 is #CAC6FD. Grayscale: #313131. Windows color (decimal): -13289214 or 145717. OLE color: 145717.
HSL color Cylindrical-coordinate representation of color #353902: hue angle of 64.36º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #353902 is Cyan = 0.07, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 53 | 57 | 2 | - |
| CMYK | 0.07 | 0 | 0.96 | 0.78 |
| HSL | 64.36º | 0.93% | 0.12% | - |
| HSV(B) | 64.36º | 0.96% | 0.22% | - |
| XYZ | 2.94 | 3.69 | 0.61 | - |
| YUV | 49.53 | 101.17 | 130.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 57 | 2 | 0.07 | 0 | 0.96 | 0.78 | 64.36 | 0.93 | 0.12 |
| Hex | 35 | 39 | 2 | 7 | 0 | 60 | 4E | 40 | 5D | C |
| Octal | 65 | 71 | 2 | 7 | 0 | 140 | 116 | 100 | 135 | 14 |
| Binary | 110101 | 111001 | 10 | 111 | 0 | 1100000 | 1001110 | 1000000 | 1011101 | 1100 |
Color Harmonies of #353902
Complementary color
Monochromatic Colors of #353902
Black with #353902
Text Example
Text Example
White with #353902
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353902; }
p { color: rgb(53,57,2); }
H1.HeaderClassName
{
color: #353902;
}
.AnyTagClassName
{
color: #353902;
}
</style>
background-color css
<style>
a { background-color: #353902; }
a { background-color: rgb(53,57,2); }
div.DivClassName
{
background-color: #353902;
}
.BgClassName
{
background-color: #353902;
}
</style>
border-color css
<style>
span { border-color: #353902; }
span { border-color: rgb(53,57,2); }
td.TdClassName
{
border-color: #353902;
}
.TagClassName
{
border-color: #353902;
}
</style>