Shades of Turtle Green #354101
Tints of Turtle Green #354101
RGB
CMYK
RGB Variations
Color information
#354101 (or 0x354101) is known color: Turtle Green. HEX triplet: 35, 41 and 01. RGB value is (53,65,1). Sum of RGB (Red+Green+Blue) = 53+65+1=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 65 (25.78% from 255 or 54.62% from 119); Blue value is 1 (0.78% from 255 or 0.84% from 119); Max value from RGB is 65 - color contains mainly: green. Hex color #354101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354101 is #CABEFE. Grayscale: #363636. Windows color (decimal): -13287167 or 82229. OLE color: 82229.
HSL color Cylindrical-coordinate representation of color #354101: hue angle of 71.25º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #354101 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 65 | 1 | - |
| CMYK | 0.18 | 0 | 0.98 | 0.75 |
| HSL | 71.25º | 0.97% | 0.13% | - |
| HSV(B) | 71.25º | 0.98% | 0.25% | - |
| XYZ | 3.36 | 4.54 | 0.73 | - |
| YUV | 54.12 | 98.02 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 65 | 1 | 0.18 | 0 | 0.98 | 0.75 | 71.25 | 0.97 | 0.13 |
| Hex | 35 | 41 | 1 | 12 | 0 | 62 | 4B | 47 | 61 | D |
| Octal | 65 | 101 | 1 | 22 | 0 | 142 | 113 | 107 | 141 | 15 |
| Binary | 110101 | 1000001 | 1 | 10010 | 0 | 1100010 | 1001011 | 1000111 | 1100001 | 1101 |
Color Harmonies of #354101
Complementary color
Monochromatic Colors of #354101
Black with #354101
Text Example
Text Example
White with #354101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354101; }
p { color: rgb(53,65,1); }
H1.HeaderClassName
{
color: #354101;
}
.AnyTagClassName
{
color: #354101;
}
</style>
background-color css
<style>
a { background-color: #354101; }
a { background-color: rgb(53,65,1); }
div.DivClassName
{
background-color: #354101;
}
.BgClassName
{
background-color: #354101;
}
</style>
border-color css
<style>
span { border-color: #354101; }
span { border-color: rgb(53,65,1); }
td.TdClassName
{
border-color: #354101;
}
.TagClassName
{
border-color: #354101;
}
</style>