Shades of Turtle Green #354B0B
Tints of Turtle Green #354B0B
RGB
CMYK
RGB Variations
Color information
#354B0B (or 0x354B0B) is known color: Turtle Green. HEX triplet: 35, 4B and 0B. RGB value is (53,75,11). Sum of RGB (Red+Green+Blue) = 53+75+11=139 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.13% from 139); Green value is 75 (29.69% from 255 or 53.96% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 75 - color contains mainly: green. Hex color #354B0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B0B is #CAB4F4. Grayscale: #3D3D3D. Windows color (decimal): -13284597 or 740149. OLE color: 740149.
HSL color Cylindrical-coordinate representation of color #354B0B: hue angle of 80.62º degrees, saturation: 0.74, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #354B0B is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 11 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.71 |
| HSL | 80.63º | 0.74% | 0.17% | - |
| HSV(B) | 80.63º | 0.85% | 0.29% | - |
| XYZ | 4.04 | 5.81 | 1.23 | - |
| YUV | 61.13 | 99.71 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 11 | 0.29 | 0 | 0.85 | 0.71 | 80.63 | 0.74 | 0.17 |
| Hex | 35 | 4B | B | 1D | 0 | 55 | 47 | 51 | 4A | 11 |
| Octal | 65 | 113 | 13 | 35 | 0 | 125 | 107 | 121 | 112 | 21 |
| Binary | 110101 | 1001011 | 1011 | 11101 | 0 | 1010101 | 1000111 | 1010001 | 1001010 | 10001 |
Color Harmonies of #354B0B
Complementary color
Monochromatic Colors of #354B0B
Black with #354B0B
Text Example
Text Example
White with #354B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B0B; }
p { color: rgb(53,75,11); }
H1.HeaderClassName
{
color: #354B0B;
}
.AnyTagClassName
{
color: #354B0B;
}
</style>
background-color css
<style>
a { background-color: #354B0B; }
a { background-color: rgb(53,75,11); }
div.DivClassName
{
background-color: #354B0B;
}
.BgClassName
{
background-color: #354B0B;
}
</style>
border-color css
<style>
span { border-color: #354B0B; }
span { border-color: rgb(53,75,11); }
td.TdClassName
{
border-color: #354B0B;
}
.TagClassName
{
border-color: #354B0B;
}
</style>