Shades of Turtle Green #354506
Tints of Turtle Green #354506
RGB
CMYK
RGB Variations
Color information
#354506 (or 0x354506) is known color: Turtle Green. HEX triplet: 35, 45 and 06. RGB value is (53,69,6). Sum of RGB (Red+Green+Blue) = 53+69+6=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 69 (27.34% from 255 or 53.91% from 128); Blue value is 6 (2.73% from 255 or 4.69% from 128); Max value from RGB is 69 - color contains mainly: green. Hex color #354506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354506 is #CABAF9. Grayscale: #393939. Windows color (decimal): -13286138 or 410933. OLE color: 410933.
HSL color Cylindrical-coordinate representation of color #354506: hue angle of 75.24º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #354506 is Cyan = 0.23, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 53 | 69 | 6 | - |
| CMYK | 0.23 | 0 | 0.91 | 0.73 |
| HSL | 75.24º | 0.84% | 0.15% | - |
| HSV(B) | 75.24º | 0.91% | 0.27% | - |
| XYZ | 3.63 | 5.03 | 0.95 | - |
| YUV | 57.03 | 99.2 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 69 | 6 | 0.23 | 0 | 0.91 | 0.73 | 75.24 | 0.84 | 0.15 |
| Hex | 35 | 45 | 6 | 17 | 0 | 5B | 49 | 4B | 54 | F |
| Octal | 65 | 105 | 6 | 27 | 0 | 133 | 111 | 113 | 124 | 17 |
| Binary | 110101 | 1000101 | 110 | 10111 | 0 | 1011011 | 1001001 | 1001011 | 1010100 | 1111 |
Color Harmonies of #354506
Complementary color
Monochromatic Colors of #354506
Black with #354506
Text Example
Text Example
White with #354506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354506; }
p { color: rgb(53,69,6); }
H1.HeaderClassName
{
color: #354506;
}
.AnyTagClassName
{
color: #354506;
}
</style>
background-color css
<style>
a { background-color: #354506; }
a { background-color: rgb(53,69,6); }
div.DivClassName
{
background-color: #354506;
}
.BgClassName
{
background-color: #354506;
}
</style>
border-color css
<style>
span { border-color: #354506; }
span { border-color: rgb(53,69,6); }
td.TdClassName
{
border-color: #354506;
}
.TagClassName
{
border-color: #354506;
}
</style>