#355926

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

Shades of Palm Leaf #355926

Tints of Palm Leaf #355926

Color information

#355926 (or 0x355926) is unknown color: approx Palm Leaf. HEX triplet: 35, 59 and 26. RGB value is (53,89,38). Sum of RGB (Red+Green+Blue) = 53+89+38=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 89 (35.16% from 255 or 49.44% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 89 - color contains mainly: green. Hex color #355926 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355926 is #CAA6D9. Grayscale: #484848. Windows color (decimal): -13280986 or 2513205. OLE color: 2513205.

HSL color Cylindrical-coordinate representation of color #355926: hue angle of 102.35º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #355926 is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.

Color convert

RGB538938-
CMYK0.4000.570.65
HSL102.35º40.16%24.9%-
HSV(B)102.35º57.3%34.9%-
XYZ5.398.043.1-
YUV72.42108.57114.15-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.44%
GREEN value IS 89 (35.16% from 255) = 49.44%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=29.44%
G=49.44%
B=21.11%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389380.4000.570.65102.3540.1624.9
Hex3559262803941662819
Octal6513146500711011465031
Binary110101101100110011010100001110011000001110011010100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355926; }

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

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

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

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

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

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

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

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