Shades of Turtle Green #353E05
Tints of Turtle Green #353E05
RGB
CMYK
RGB Variations
Color information
#353E05 (or 0x353E05) is known color: Turtle Green. HEX triplet: 35, 3E and 05. RGB value is (53,62,5). Sum of RGB (Red+Green+Blue) = 53+62+5=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #353E05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #353E05 is #CAC1FA. Grayscale: #353535. Windows color (decimal): -13287931 or 343605. OLE color: 343605.
HSL color Cylindrical-coordinate representation of color #353E05: hue angle of 69.47º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #353E05 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 53 | 62 | 5 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.76 |
| HSL | 69.47º | 0.85% | 0.13% | - |
| HSV(B) | 69.47º | 0.92% | 0.24% | - |
| XYZ | 3.22 | 4.21 | 0.79 | - |
| YUV | 52.81 | 101.02 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 62 | 5 | 0.15 | 0 | 0.92 | 0.76 | 69.47 | 0.85 | 0.13 |
| Hex | 35 | 3E | 5 | F | 0 | 5C | 4C | 45 | 55 | D |
| Octal | 65 | 76 | 5 | 17 | 0 | 134 | 114 | 105 | 125 | 15 |
| Binary | 110101 | 111110 | 101 | 1111 | 0 | 1011100 | 1001100 | 1000101 | 1010101 | 1101 |
Color Harmonies of #353E05
Complementary color
Monochromatic Colors of #353E05
Black with #353E05
Text Example
Text Example
White with #353E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #353E05; }
p { color: rgb(53,62,5); }
H1.HeaderClassName
{
color: #353E05;
}
.AnyTagClassName
{
color: #353E05;
}
</style>
background-color css
<style>
a { background-color: #353E05; }
a { background-color: rgb(53,62,5); }
div.DivClassName
{
background-color: #353E05;
}
.BgClassName
{
background-color: #353E05;
}
</style>
border-color css
<style>
span { border-color: #353E05; }
span { border-color: rgb(53,62,5); }
td.TdClassName
{
border-color: #353E05;
}
.TagClassName
{
border-color: #353E05;
}
</style>