#355923

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

Shades of Palm Leaf #355923

Tints of Palm Leaf #355923

Color information

#355923 (or 0x355923) is unknown color: approx Palm Leaf. HEX triplet: 35, 59 and 23. RGB value is (53,89,35). Sum of RGB (Red+Green+Blue) = 53+89+35=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 89 (35.16% from 255 or 50.28% from 177); Blue value is 35 (14.06% from 255 or 19.77% from 177); Max value from RGB is 89 - color contains mainly: green. Hex color #355923 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355923 is #CAA6DC. Grayscale: #484848. Windows color (decimal): -13280989 or 2316597. OLE color: 2316597.

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

Color convert

RGB538935-
CMYK0.4000.610.65
HSL100º43.55%24.31%-
HSV(B)100º60.67%34.9%-
XYZ5.348.022.86-
YUV72.08107.07114.39-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 89 (35.16% from 255) = 50.28%
BLUE value IS 35 (14.06% from 255) = 19.77%
R=29.94%
G=50.28%
B=19.77%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal5389350.4000.610.6510043.5524.31
Hex3559232803D41642c18
Octal6513143500751011445430
Binary110101101100110001110100001111011000001110010010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355923; }

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

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

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

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

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

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

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

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