Shades of Turtle Green #354601
Tints of Turtle Green #354601
RGB
CMYK
RGB Variations
Color information
#354601 (or 0x354601) is known color: Turtle Green. HEX triplet: 35, 46 and 01. RGB value is (53,70,1). Sum of RGB (Red+Green+Blue) = 53+70+1=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 70 (27.73% from 255 or 56.45% from 124); Blue value is 1 (0.78% from 255 or 0.81% from 124); Max value from RGB is 70 - color contains mainly: green. Hex color #354601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354601 is #CAB9FE. Grayscale: #393939. Windows color (decimal): -13285887 or 83509. OLE color: 83509.
HSL color Cylindrical-coordinate representation of color #354601: hue angle of 74.78º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #354601 is Cyan = 0.24, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 70 | 1 | - |
| CMYK | 0.24 | 0 | 0.99 | 0.73 |
| HSL | 74.78º | 0.97% | 0.14% | - |
| HSV(B) | 74.78º | 0.99% | 0.27% | - |
| XYZ | 3.66 | 5.14 | 0.83 | - |
| YUV | 57.05 | 96.37 | 125.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 70 | 1 | 0.24 | 0 | 0.99 | 0.73 | 74.78 | 0.97 | 0.14 |
| Hex | 35 | 46 | 1 | 18 | 0 | 63 | 49 | 4B | 61 | E |
| Octal | 65 | 106 | 1 | 30 | 0 | 143 | 111 | 113 | 141 | 16 |
| Binary | 110101 | 1000110 | 1 | 11000 | 0 | 1100011 | 1001001 | 1001011 | 1100001 | 1110 |
Color Harmonies of #354601
Complementary color
Monochromatic Colors of #354601
Black with #354601
Text Example
Text Example
White with #354601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354601; }
p { color: rgb(53,70,1); }
H1.HeaderClassName
{
color: #354601;
}
.AnyTagClassName
{
color: #354601;
}
</style>
background-color css
<style>
a { background-color: #354601; }
a { background-color: rgb(53,70,1); }
div.DivClassName
{
background-color: #354601;
}
.BgClassName
{
background-color: #354601;
}
</style>
border-color css
<style>
span { border-color: #354601; }
span { border-color: rgb(53,70,1); }
td.TdClassName
{
border-color: #354601;
}
.TagClassName
{
border-color: #354601;
}
</style>