Shades of Turtle Green #354200
Tints of Turtle Green #354200
RGB
CMYK
RGB Variations
Color information
#354200 (or 0x354200) is known color: Turtle Green. HEX triplet: 35, 42 and 00. RGB value is (53,66,0). Sum of RGB (Red+Green+Blue) = 53+66+0=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 66 (26.17% from 255 or 55.46% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 66 - color contains mainly: green. Hex color #354200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354200 is #CABDFF. Grayscale: #363636. Windows color (decimal): -13286912 or 16949. OLE color: 16949.
HSL color Cylindrical-coordinate representation of color #354200: hue angle of 71.82º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #354200 is Cyan = 0.20, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 66 | 0 | - |
| CMYK | 0.20 | 0 | 1 | 0.74 |
| HSL | 71.82º | 1% | 0.13% | - |
| HSV(B) | 71.82º | 1% | 0.26% | - |
| XYZ | 3.42 | 4.65 | 0.72 | - |
| YUV | 54.59 | 97.19 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 66 | 0 | 0.20 | 0 | 1 | 0.74 | 71.82 | 1 | 0.13 |
| Hex | 35 | 42 | 0 | 14 | 0 | 64 | 4A | 48 | 64 | D |
| Octal | 65 | 102 | 0 | 24 | 0 | 144 | 112 | 110 | 144 | 15 |
| Binary | 110101 | 1000010 | 0 | 10100 | 0 | 1100100 | 1001010 | 1001000 | 1100100 | 1101 |
Color Harmonies of #354200
Complementary color
Monochromatic Colors of #354200
Black with #354200
Text Example
Text Example
White with #354200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354200; }
p { color: rgb(53,66,0); }
H1.HeaderClassName
{
color: #354200;
}
.AnyTagClassName
{
color: #354200;
}
</style>
background-color css
<style>
a { background-color: #354200; }
a { background-color: rgb(53,66,0); }
div.DivClassName
{
background-color: #354200;
}
.BgClassName
{
background-color: #354200;
}
</style>
border-color css
<style>
span { border-color: #354200; }
span { border-color: rgb(53,66,0); }
td.TdClassName
{
border-color: #354200;
}
.TagClassName
{
border-color: #354200;
}
</style>