#354616

Color #354616 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #354616

Tints of Turtle Green #354616

Color information

#354616 (or 0x354616) is unknown color: approx Turtle Green. HEX triplet: 35, 46 and 16. RGB value is (53,70,22). Sum of RGB (Red+Green+Blue) = 53+70+22=145 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.55% from 145); Green value is 70 (27.73% from 255 or 48.28% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 70 - color contains mainly: green. Hex color #354616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #354616 is #CAB9E9. Grayscale: #3B3B3B. Windows color (decimal): -13285866 or 1459765. OLE color: 1459765.

HSL color Cylindrical-coordinate representation of color #354616: hue angle of 81.25º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #354616 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB537022-
CMYK0.2400.690.73
HSL81.25º52.17%18.04%-
HSV(B)81.25º68.57%27.45%-
XYZ3.85.21.56-
YUV59.44106.87123.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 36.55%
GREEN value IS 70 (27.73% from 255) = 48.28%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=36.55%
G=48.28%
B=15.17%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370220.2400.690.7381.2552.1718.04
Hex3546161804549513412
Octal65106263001051111216422
Binary11010110001101011011000010001011001001101000111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354616; }

 p { color: rgb(53,70,22); }

 H1.HeaderClassName
 {
   color: #354616;
 }
 .AnyTagClassName
 {
   color: #354616;
 }
</style>
background-color css

<style>
 a { background-color: #354616; }

 a { background-color: rgb(53,70,22); }

 div.DivClassName
 {
   background-color: #354616;
 }
 .BgClassName
 {
   background-color: #354616;
 }
</style>
border-color css

<style>
 span { border-color: #354616; }

 span { border-color: rgb(53,70,22); }

 td.TdClassName
 {
   border-color: #354616;
 }
 .TagClassName
 {
   border-color: #354616;
 }
</style>