Shades of Turtle Green #354B0C
Tints of Turtle Green #354B0C
RGB
CMYK
RGB Variations
Color information
#354B0C (or 0x354B0C) is known color: Turtle Green. HEX triplet: 35, 4B and 0C. RGB value is (53,75,12). Sum of RGB (Red+Green+Blue) = 53+75+12=140 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.86% from 140); Green value is 75 (29.69% from 255 or 53.57% from 140); Blue value is 12 (5.08% from 255 or 8.57% from 140); Max value from RGB is 75 - color contains mainly: green. Hex color #354B0C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354B0C is #CAB4F3. Grayscale: #3D3D3D. Windows color (decimal): -13284596 or 805685. OLE color: 805685.
HSL color Cylindrical-coordinate representation of color #354B0C: hue angle of 80.95º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #354B0C is Cyan = 0.29, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 53 | 75 | 12 | - |
| CMYK | 0.29 | 0 | 0.84 | 0.71 |
| HSL | 80.95º | 0.72% | 0.17% | - |
| HSV(B) | 80.95º | 0.84% | 0.29% | - |
| XYZ | 4.05 | 5.82 | 1.26 | - |
| YUV | 61.24 | 100.21 | 122.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 75 | 12 | 0.29 | 0 | 0.84 | 0.71 | 80.95 | 0.72 | 0.17 |
| Hex | 35 | 4B | C | 1D | 0 | 54 | 47 | 51 | 48 | 11 |
| Octal | 65 | 113 | 14 | 35 | 0 | 124 | 107 | 121 | 110 | 21 |
| Binary | 110101 | 1001011 | 1100 | 11101 | 0 | 1010100 | 1000111 | 1010001 | 1001000 | 10001 |
Color Harmonies of #354B0C
Complementary color
Monochromatic Colors of #354B0C
Black with #354B0C
Text Example
Text Example
White with #354B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354B0C; }
p { color: rgb(53,75,12); }
H1.HeaderClassName
{
color: #354B0C;
}
.AnyTagClassName
{
color: #354B0C;
}
</style>
background-color css
<style>
a { background-color: #354B0C; }
a { background-color: rgb(53,75,12); }
div.DivClassName
{
background-color: #354B0C;
}
.BgClassName
{
background-color: #354B0C;
}
</style>
border-color css
<style>
span { border-color: #354B0C; }
span { border-color: rgb(53,75,12); }
td.TdClassName
{
border-color: #354B0C;
}
.TagClassName
{
border-color: #354B0C;
}
</style>