#355526

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

Shades of Palm Leaf #355526

Tints of Palm Leaf #355526

Color information

#355526 (or 0x355526) is unknown color: approx Palm Leaf. HEX triplet: 35, 55 and 26. RGB value is (53,85,38). Sum of RGB (Red+Green+Blue) = 53+85+38=176 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.11% from 176); Green value is 85 (33.59% from 255 or 48.30% from 176); Blue value is 38 (15.23% from 255 or 21.59% from 176); Max value from RGB is 85 - color contains mainly: green. Hex color #355526 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355526 is #CAAAD9. Grayscale: #464646. Windows color (decimal): -13282010 or 2512181. OLE color: 2512181.

HSL color Cylindrical-coordinate representation of color #355526: hue angle of 100.85º 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 #355526 is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.67.

Color convert

RGB538538-
CMYK0.3800.550.67
HSL100.85º38.21%24.12%-
HSV(B)100.85º55.29%33.33%-
XYZ5.077.392.99-
YUV70.07109.9115.82-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.11%
GREEN value IS 85 (33.59% from 255) = 48.30%
BLUE value IS 38 (15.23% from 255) = 21.59%
R=30.11%
G=48.30%
B=21.59%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385380.3800.550.67100.8538.2124.12
Hex3555262603743652618
Octal6512546460671031454630
Binary110101101010110011010011001101111000011110010110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355526; }

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

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

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

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

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

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

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

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