#355132

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

Shades of Palm Leaf #355132

Tints of Palm Leaf #355132

Color information

#355132 (or 0x355132) is unknown color: approx Palm Leaf. HEX triplet: 35, 51 and 32. RGB value is (53,81,50). Sum of RGB (Red+Green+Blue) = 53+81+50=184 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.80% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 50 (19.92% from 255 or 27.17% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #355132 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355132 is #CAAECD. Grayscale: #454545. Windows color (decimal): -13283022 or 3297589. OLE color: 3297589.

HSL color Cylindrical-coordinate representation of color #355132: hue angle of 114.19º degrees, saturation: 0.24, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #355132 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB538150-
CMYK0.3500.380.68
HSL114.19º23.66%25.69%-
HSV(B)114.19º38.27%31.76%-
XYZ4.996.874.08-
YUV69.09117.22116.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.80%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 50 (19.92% from 255) = 27.17%
R=28.80%
G=44.02%
B=27.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5381500.3500.380.68114.1923.6625.69
Hex355132230264472181a
Octal6512162430461041623032
Binary11010110100011100101000110100110100010011100101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355132; }

 p { color: rgb(53,81,50); }

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

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

 a { background-color: rgb(53,81,50); }

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

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

 span { border-color: rgb(53,81,50); }

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