Shades of Turtle Green #354302
Tints of Turtle Green #354302
RGB
CMYK
RGB Variations
Color information
#354302 (or 0x354302) is known color: Turtle Green. HEX triplet: 35, 43 and 02. RGB value is (53,67,2). Sum of RGB (Red+Green+Blue) = 53+67+2=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 67 (26.56% from 255 or 54.92% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 67 - color contains mainly: green. Hex color #354302 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354302 is #CABCFD. Grayscale: #373737. Windows color (decimal): -13286654 or 148277. OLE color: 148277.
HSL color Cylindrical-coordinate representation of color #354302: hue angle of 72.92º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #354302 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 53 | 67 | 2 | - |
| CMYK | 0.21 | 0 | 0.97 | 0.74 |
| HSL | 72.92º | 0.94% | 0.14% | - |
| HSV(B) | 72.92º | 0.97% | 0.26% | - |
| XYZ | 3.49 | 4.78 | 0.8 | - |
| YUV | 55.4 | 97.86 | 126.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 67 | 2 | 0.21 | 0 | 0.97 | 0.74 | 72.92 | 0.94 | 0.14 |
| Hex | 35 | 43 | 2 | 15 | 0 | 61 | 4A | 49 | 5E | E |
| Octal | 65 | 103 | 2 | 25 | 0 | 141 | 112 | 111 | 136 | 16 |
| Binary | 110101 | 1000011 | 10 | 10101 | 0 | 1100001 | 1001010 | 1001001 | 1011110 | 1110 |
Color Harmonies of #354302
Complementary color
Monochromatic Colors of #354302
Black with #354302
Text Example
Text Example
White with #354302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #354302; }
p { color: rgb(53,67,2); }
H1.HeaderClassName
{
color: #354302;
}
.AnyTagClassName
{
color: #354302;
}
</style>
background-color css
<style>
a { background-color: #354302; }
a { background-color: rgb(53,67,2); }
div.DivClassName
{
background-color: #354302;
}
.BgClassName
{
background-color: #354302;
}
</style>
border-color css
<style>
span { border-color: #354302; }
span { border-color: rgb(53,67,2); }
td.TdClassName
{
border-color: #354302;
}
.TagClassName
{
border-color: #354302;
}
</style>