Shades of Turtle Green #353D00
Tints of Turtle Green #353D00
RGB
CMYK
RGB Variations
Color information
#353D00 (or 0x353D00) is known color: Turtle Green. HEX triplet: 35, 3D and 00. RGB value is (53,61,0). Sum of RGB (Red+Green+Blue) = 53+61+0=114 (15% of max value = 765). Red value is 53 (21.09% from 255 or 46.49% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 0 (0.39% from 255 or 0% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #353D00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D00 is #CAC2FF. Grayscale: #333333. Windows color (decimal): -13288192 or 15669. OLE color: 15669.
HSL color Cylindrical-coordinate representation of color #353D00: hue angle of 67.87º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #353D00 is Cyan = 0.13, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 0 | - |
| CMYK | 0.13 | 0 | 1 | 0.76 |
| HSL | 67.87º | 1% | 0.12% | - |
| HSV(B) | 67.87º | 1% | 0.24% | - |
| XYZ | 3.14 | 4.09 | 0.62 | - |
| YUV | 51.65 | 98.85 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 0 | 0.13 | 0 | 1 | 0.76 | 67.87 | 1 | 0.12 |
| Hex | 35 | 3D | 0 | D | 0 | 64 | 4C | 44 | 64 | C |
| Octal | 65 | 75 | 0 | 15 | 0 | 144 | 114 | 104 | 144 | 14 |
| Binary | 110101 | 111101 | 0 | 1101 | 0 | 1100100 | 1001100 | 1000100 | 1100100 | 1100 |
Color Harmonies of #353D00
Complementary color
Monochromatic Colors of #353D00
Black with #353D00
Text Example
Text Example
White with #353D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D00; }
p { color: rgb(53,61,0); }
H1.HeaderClassName
{
color: #353D00;
}
.AnyTagClassName
{
color: #353D00;
}
</style>
background-color css
<style>
a { background-color: #353D00; }
a { background-color: rgb(53,61,0); }
div.DivClassName
{
background-color: #353D00;
}
.BgClassName
{
background-color: #353D00;
}
</style>
border-color css
<style>
span { border-color: #353D00; }
span { border-color: rgb(53,61,0); }
td.TdClassName
{
border-color: #353D00;
}
.TagClassName
{
border-color: #353D00;
}
</style>