Shades of Turtle Green #354D0B
Tints of Turtle Green #354D0B
RGB
CMYK
RGB Variations
Color information
#354D0B (or 0x354D0B) is known color: Turtle Green. HEX triplet: 35, 4D and 0B. RGB value is (53,77,11). Sum of RGB (Red+Green+Blue) = 53+77+11=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 77 (30.47% from 255 or 54.61% from 141); Blue value is 11 (4.69% from 255 or 7.80% from 141); Max value from RGB is 77 - color contains mainly: green. Hex color #354D0B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D0B is #CAB2F4. Grayscale: #3E3E3E. Windows color (decimal): -13284085 or 740661. OLE color: 740661.
HSL color Cylindrical-coordinate representation of color #354D0B: hue angle of 81.82º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #354D0B is Cyan = 0.31, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 11 | - |
| CMYK | 0.31 | 0 | 0.86 | 0.70 |
| HSL | 81.82º | 0.75% | 0.17% | - |
| HSV(B) | 81.82º | 0.86% | 0.3% | - |
| XYZ | 4.18 | 6.09 | 1.27 | - |
| YUV | 62.3 | 99.05 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 11 | 0.31 | 0 | 0.86 | 0.70 | 81.82 | 0.75 | 0.17 |
| Hex | 35 | 4D | B | 1F | 0 | 56 | 46 | 52 | 4B | 11 |
| Octal | 65 | 115 | 13 | 37 | 0 | 126 | 106 | 122 | 113 | 21 |
| Binary | 110101 | 1001101 | 1011 | 11111 | 0 | 1010110 | 1000110 | 1010010 | 1001011 | 10001 |
Color Harmonies of #354D0B
Complementary color
Monochromatic Colors of #354D0B
Black with #354D0B
Text Example
Text Example
White with #354D0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D0B; }
p { color: rgb(53,77,11); }
H1.HeaderClassName
{
color: #354D0B;
}
.AnyTagClassName
{
color: #354D0B;
}
</style>
background-color css
<style>
a { background-color: #354D0B; }
a { background-color: rgb(53,77,11); }
div.DivClassName
{
background-color: #354D0B;
}
.BgClassName
{
background-color: #354D0B;
}
</style>
border-color css
<style>
span { border-color: #354D0B; }
span { border-color: rgb(53,77,11); }
td.TdClassName
{
border-color: #354D0B;
}
.TagClassName
{
border-color: #354D0B;
}
</style>