#354533

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

Shades of Palm Leaf #354533

Tints of Palm Leaf #354533

Color information

#354533 (or 0x354533) is unknown color: approx Palm Leaf. HEX triplet: 35, 45 and 33. RGB value is (53,69,51). Sum of RGB (Red+Green+Blue) = 53+69+51=173 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.64% from 173); Green value is 69 (27.34% from 255 or 39.88% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 69 - color contains mainly: green. Hex color #354533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354533 is #CABACC. Grayscale: #3E3E3E. Windows color (decimal): -13286093 or 3360053. OLE color: 3360053.

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

Color convert

RGB536951-
CMYK0.2300.260.73
HSL113.33º15%23.53%-
HSV(B)113.33º26.09%27.06%-
XYZ4.195.253.92-
YUV62.16121.7121.46-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.64%
GREEN value IS 69 (27.34% from 255) = 39.88%
BLUE value IS 51 (20.31% from 255) = 29.48%
R=30.64%
G=39.88%
B=29.48%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369510.2300.260.73113.331523.53
Hex3545331701A4971f18
Octal6510563270321111611730
Binary11010110001011100111011101101010010011110001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354533; }

 p { color: rgb(53,69,51); }

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

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

 a { background-color: rgb(53,69,51); }

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

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

 span { border-color: rgb(53,69,51); }

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