#355426

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

Shades of Palm Leaf #355426

Tints of Palm Leaf #355426

Color information

#355426 (or 0x355426) is unknown color: approx Palm Leaf. HEX triplet: 35, 54 and 26. RGB value is (53,84,38). Sum of RGB (Red+Green+Blue) = 53+84+38=175 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.29% from 175); Green value is 84 (33.20% from 255 or 48% from 175); Blue value is 38 (15.23% from 255 or 21.71% from 175); Max value from RGB is 84 - color contains mainly: green. Hex color #355426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355426 is #CAABD9. Grayscale: #454545. Windows color (decimal): -13282266 or 2511925. OLE color: 2511925.

HSL color Cylindrical-coordinate representation of color #355426: hue angle of 100.43º degrees, saturation: 0.38, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #355426 is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB538438-
CMYK0.3700.550.67
HSL100.43º37.7%23.92%-
HSV(B)100.43º54.76%32.94%-
XYZ4.997.242.97-
YUV69.49110.23116.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.29%
GREEN value IS 84 (33.20% from 255) = 48%
BLUE value IS 38 (15.23% from 255) = 21.71%
R=30.29%
G=48%
B=21.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384380.3700.550.67100.4337.723.92
Hex3554262503743642618
Octal6512446450671031444630
Binary110101101010010011010010101101111000011110010010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355426; }

 p { color: rgb(53,84,38); }

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

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

 a { background-color: rgb(53,84,38); }

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

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

 span { border-color: rgb(53,84,38); }

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