#355524

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

Shades of Palm Leaf #355524

Tints of Palm Leaf #355524

Color information

#355524 (or 0x355524) is unknown color: approx Palm Leaf. HEX triplet: 35, 55 and 24. RGB value is (53,85,36). Sum of RGB (Red+Green+Blue) = 53+85+36=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 85 (33.59% from 255 or 48.85% from 174); Blue value is 36 (14.45% from 255 or 20.69% from 174); Max value from RGB is 85 - color contains mainly: green. Hex color #355524 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355524 is #CAAADB. Grayscale: #464646. Windows color (decimal): -13282012 or 2381109. OLE color: 2381109.

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

Color convert

RGB538536-
CMYK0.3800.580.67
HSL99.18º40.5%23.73%-
HSV(B)99.18º57.65%33.33%-
XYZ5.047.382.83-
YUV69.85108.9115.98-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 85 (33.59% from 255) = 48.85%
BLUE value IS 36 (14.45% from 255) = 20.69%
R=30.46%
G=48.85%
B=20.69%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5385360.3800.580.6799.1840.523.73
Hex3555242603A43632818
Octal6512544460721031435030
Binary110101101010110010010011001110101000011110001110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355524; }

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

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

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

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

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

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

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

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