Shades of Turtle Green #353D08
Tints of Turtle Green #353D08
RGB
CMYK
RGB Variations
Color information
#353D08 (or 0x353D08) is known color: Turtle Green. HEX triplet: 35, 3D and 08. RGB value is (53,61,8). Sum of RGB (Red+Green+Blue) = 53+61+8=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 61 (24.22% from 255 or 50% from 122); Blue value is 8 (3.52% from 255 or 6.56% from 122); Max value from RGB is 61 - color contains mainly: green. Hex color #353D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353D08 is #CAC2F7. Grayscale: #343434. Windows color (decimal): -13288184 or 539957. OLE color: 539957.
HSL color Cylindrical-coordinate representation of color #353D08: hue angle of 69.06º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #353D08 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 61 | 8 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.76 |
| HSL | 69.06º | 0.77% | 0.14% | - |
| HSV(B) | 69.06º | 0.87% | 0.24% | - |
| XYZ | 3.18 | 4.11 | 0.86 | - |
| YUV | 52.57 | 102.85 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 61 | 8 | 0.13 | 0 | 0.87 | 0.76 | 69.06 | 0.77 | 0.14 |
| Hex | 35 | 3D | 8 | D | 0 | 57 | 4C | 45 | 4D | E |
| Octal | 65 | 75 | 10 | 15 | 0 | 127 | 114 | 105 | 115 | 16 |
| Binary | 110101 | 111101 | 1000 | 1101 | 0 | 1010111 | 1001100 | 1000101 | 1001101 | 1110 |
Color Harmonies of #353D08
Complementary color
Monochromatic Colors of #353D08
Black with #353D08
Text Example
Text Example
White with #353D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353D08; }
p { color: rgb(53,61,8); }
H1.HeaderClassName
{
color: #353D08;
}
.AnyTagClassName
{
color: #353D08;
}
</style>
background-color css
<style>
a { background-color: #353D08; }
a { background-color: rgb(53,61,8); }
div.DivClassName
{
background-color: #353D08;
}
.BgClassName
{
background-color: #353D08;
}
</style>
border-color css
<style>
span { border-color: #353D08; }
span { border-color: rgb(53,61,8); }
td.TdClassName
{
border-color: #353D08;
}
.TagClassName
{
border-color: #353D08;
}
</style>