Shades of Turtle Green #354D01
Tints of Turtle Green #354D01
RGB
CMYK
RGB Variations
Color information
#354D01 (or 0x354D01) is known color: Turtle Green. HEX triplet: 35, 4D and 01. RGB value is (53,77,1). Sum of RGB (Red+Green+Blue) = 53+77+1=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 77 (30.47% from 255 or 58.78% from 131); Blue value is 1 (0.78% from 255 or 0.76% from 131); Max value from RGB is 77 - color contains mainly: green. Hex color #354D01 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #354D01 is #CAB2FE. Grayscale: #3D3D3D. Windows color (decimal): -13284095 or 85301. OLE color: 85301.
HSL color Cylindrical-coordinate representation of color #354D01: hue angle of 78.95º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #354D01 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 53 | 77 | 1 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.70 |
| HSL | 78.95º | 0.97% | 0.15% | - |
| HSV(B) | 78.95º | 0.99% | 0.3% | - |
| XYZ | 4.13 | 6.07 | 0.98 | - |
| YUV | 61.16 | 94.05 | 122.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 77 | 1 | 0.31 | 0 | 0.99 | 0.70 | 78.95 | 0.97 | 0.15 |
| Hex | 35 | 4D | 1 | 1F | 0 | 63 | 46 | 4F | 61 | F |
| Octal | 65 | 115 | 1 | 37 | 0 | 143 | 106 | 117 | 141 | 17 |
| Binary | 110101 | 1001101 | 1 | 11111 | 0 | 1100011 | 1000110 | 1001111 | 1100001 | 1111 |
Color Harmonies of #354D01
Complementary color
Monochromatic Colors of #354D01
Black with #354D01
Text Example
Text Example
White with #354D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354D01; }
p { color: rgb(53,77,1); }
H1.HeaderClassName
{
color: #354D01;
}
.AnyTagClassName
{
color: #354D01;
}
</style>
background-color css
<style>
a { background-color: #354D01; }
a { background-color: rgb(53,77,1); }
div.DivClassName
{
background-color: #354D01;
}
.BgClassName
{
background-color: #354D01;
}
</style>
border-color css
<style>
span { border-color: #354D01; }
span { border-color: rgb(53,77,1); }
td.TdClassName
{
border-color: #354D01;
}
.TagClassName
{
border-color: #354D01;
}
</style>