#355623

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

Shades of Palm Leaf #355623

Tints of Palm Leaf #355623

Color information

#355623 (or 0x355623) is unknown color: approx Palm Leaf. HEX triplet: 35, 56 and 23. RGB value is (53,86,35). Sum of RGB (Red+Green+Blue) = 53+86+35=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 86 (33.98% from 255 or 49.43% from 174); Blue value is 35 (14.06% from 255 or 20.11% from 174); Max value from RGB is 86 - color contains mainly: green. Hex color #355623 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355623 is #CAA9DC. Grayscale: #464646. Windows color (decimal): -13281757 or 2315829. OLE color: 2315829.

HSL color Cylindrical-coordinate representation of color #355623: hue angle of 98.82º degrees, saturation: 0.42, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #355623 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.66.

Color convert

RGB538635-
CMYK0.3800.590.66
HSL98.82º42.15%23.73%-
HSV(B)98.82º59.3%33.73%-
XYZ5.17.532.78-
YUV70.32108.07115.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 86 (33.98% from 255) = 49.43%
BLUE value IS 35 (14.06% from 255) = 20.11%
R=30.46%
G=49.43%
B=20.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5386350.3800.590.6698.8242.1523.73
Hex3556232603B42632a18
Octal6512643460731021435230
Binary110101101011010001110011001110111000010110001110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355623; }

 p { color: rgb(53,86,35); }

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

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

 a { background-color: rgb(53,86,35); }

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

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

 span { border-color: rgb(53,86,35); }

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