Shades of Turtle Green #354F03
Tints of Turtle Green #354F03
RGB
CMYK
RGB Variations
Color information
#354F03 (or 0x354F03) is known color: Turtle Green. HEX triplet: 35, 4F and 03. RGB value is (53,79,3). Sum of RGB (Red+Green+Blue) = 53+79+3=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 79 (31.25% from 255 or 58.52% from 135); Blue value is 3 (1.56% from 255 or 2.22% from 135); Max value from RGB is 79 - color contains mainly: green. Hex color #354F03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354F03 is #CAB0FC. Grayscale: #3E3E3E. Windows color (decimal): -13283581 or 216885. OLE color: 216885.
HSL color Cylindrical-coordinate representation of color #354F03: hue angle of 80.53º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #354F03 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 53 | 79 | 3 | - |
| CMYK | 0.33 | 0 | 0.96 | 0.69 |
| HSL | 80.53º | 0.93% | 0.16% | - |
| HSV(B) | 80.53º | 0.96% | 0.31% | - |
| XYZ | 4.28 | 6.36 | 1.09 | - |
| YUV | 62.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 79 | 3 | 0.33 | 0 | 0.96 | 0.69 | 80.53 | 0.93 | 0.16 |
| Hex | 35 | 4F | 3 | 21 | 0 | 60 | 45 | 51 | 5D | 10 |
| Octal | 65 | 117 | 3 | 41 | 0 | 140 | 105 | 121 | 135 | 20 |
| Binary | 110101 | 1001111 | 11 | 100001 | 0 | 1100000 | 1000101 | 1010001 | 1011101 | 10000 |
Color Harmonies of #354F03
Complementary color
Monochromatic Colors of #354F03
Black with #354F03
Text Example
Text Example
White with #354F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354F03; }
p { color: rgb(53,79,3); }
H1.HeaderClassName
{
color: #354F03;
}
.AnyTagClassName
{
color: #354F03;
}
</style>
background-color css
<style>
a { background-color: #354F03; }
a { background-color: rgb(53,79,3); }
div.DivClassName
{
background-color: #354F03;
}
.BgClassName
{
background-color: #354F03;
}
</style>
border-color css
<style>
span { border-color: #354F03; }
span { border-color: rgb(53,79,3); }
td.TdClassName
{
border-color: #354F03;
}
.TagClassName
{
border-color: #354F03;
}
</style>