#354931

Color #354931 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #354931

Tints of Palm Leaf #354931

Color information

#354931 (or 0x354931) is unknown color: approx Palm Leaf. HEX triplet: 35, 49 and 31. RGB value is (53,73,49). Sum of RGB (Red+Green+Blue) = 53+73+49=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 73 (28.91% from 255 or 41.71% from 175); Blue value is 49 (19.53% from 255 or 28% from 175); Max value from RGB is 73 - color contains mainly: green. Hex color #354931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354931 is #CAB6CE. Grayscale: #404040. Windows color (decimal): -13285071 or 3230005. OLE color: 3230005.

HSL color Cylindrical-coordinate representation of color #354931: hue angle of 110º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #354931 is Cyan = 0.27, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB537349-
CMYK0.2700.330.71
HSL110º19.67%23.92%-
HSV(B)110º32.88%28.63%-
XYZ4.415.743.78-
YUV64.28119.37119.95-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 73 (28.91% from 255) = 41.71%
BLUE value IS 49 (19.53% from 255) = 28%
R=30.29%
G=41.71%
B=28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5373490.2700.330.7111019.6723.92
Hex3549311B021476e1418
Octal6511161330411071562430
Binary1101011001001110001110110100001100011111011101010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354931; }

 p { color: rgb(53,73,49); }

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

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

 a { background-color: rgb(53,73,49); }

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

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

 span { border-color: rgb(53,73,49); }

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