Shades of Turtle Green #354503
Tints of Turtle Green #354503
RGB
CMYK
RGB Variations
Color information
#354503 (or 0x354503) is known color: Turtle Green. HEX triplet: 35, 45 and 03. RGB value is (53,69,3). Sum of RGB (Red+Green+Blue) = 53+69+3=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 69 (27.34% from 255 or 55.2% from 125); Blue value is 3 (1.56% from 255 or 2.4% from 125); Max value from RGB is 69 - color contains mainly: green. Hex color #354503 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354503 is #CABAFC. Grayscale: #383838. Windows color (decimal): -13286141 or 214325. OLE color: 214325.
HSL color Cylindrical-coordinate representation of color #354503: hue angle of 74.55º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #354503 is Cyan = 0.23, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 3 | - |
| CMYK | 0.23 | 0 | 0.96 | 0.73 |
| HSL | 74.55º | 0.92% | 0.14% | - |
| HSV(B) | 74.55º | 0.96% | 0.27% | - |
| XYZ | 3.61 | 5.02 | 0.86 | - |
| YUV | 56.69 | 97.7 | 125.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 3 | 0.23 | 0 | 0.96 | 0.73 | 74.55 | 0.92 | 0.14 |
| Hex | 35 | 45 | 3 | 17 | 0 | 60 | 49 | 4B | 5C | E |
| Octal | 65 | 105 | 3 | 27 | 0 | 140 | 111 | 113 | 134 | 16 |
| Binary | 110101 | 1000101 | 11 | 10111 | 0 | 1100000 | 1001001 | 1001011 | 1011100 | 1110 |
Color Harmonies of #354503
Complementary color
Monochromatic Colors of #354503
Black with #354503
Text Example
Text Example
White with #354503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354503; }
p { color: rgb(53,69,3); }
H1.HeaderClassName
{
color: #354503;
}
.AnyTagClassName
{
color: #354503;
}
</style>
background-color css
<style>
a { background-color: #354503; }
a { background-color: rgb(53,69,3); }
div.DivClassName
{
background-color: #354503;
}
.BgClassName
{
background-color: #354503;
}
</style>
border-color css
<style>
span { border-color: #354503; }
span { border-color: rgb(53,69,3); }
td.TdClassName
{
border-color: #354503;
}
.TagClassName
{
border-color: #354503;
}
</style>