#355527

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

Shades of Palm Leaf #355527

Tints of Palm Leaf #355527

Color information

#355527 (or 0x355527) is unknown color: approx Palm Leaf. HEX triplet: 35, 55 and 27. RGB value is (53,85,39). Sum of RGB (Red+Green+Blue) = 53+85+39=177 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.94% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 39 (15.62% from 255 or 22.03% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #355527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355527 is #CAAAD8. Grayscale: #464646. Windows color (decimal): -13282009 or 2577717. OLE color: 2577717.

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

Color convert

RGB538539-
CMYK0.3800.540.67
HSL101.74º37.1%24.31%-
HSV(B)101.74º54.12%33.33%-
XYZ5.087.43.08-
YUV70.19110.4115.74-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 29.94%
GREEN value IS 85 (33.59% from 255) = 48.02%
BLUE value IS 39 (15.62% from 255) = 22.03%
R=29.94%
G=48.02%
B=22.03%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385390.3800.540.67101.7437.124.31
Hex3555272603643662518
Octal6512547460661031464530
Binary110101101010110011110011001101101000011110011010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355527; }

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

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

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

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

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

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

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

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