#355425

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

Shades of Palm Leaf #355425

Tints of Palm Leaf #355425

Color information

#355425 (or 0x355425) is unknown color: approx Palm Leaf. HEX triplet: 35, 54 and 25. RGB value is (53,84,37). Sum of RGB (Red+Green+Blue) = 53+84+37=174 (23% of max value = 765). Red value is 53 (21.09% from 255 or 30.46% from 174); Green value is 84 (33.20% from 255 or 48.28% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 84 - color contains mainly: green. Hex color #355425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #355425 is #CAABDA. Grayscale: #454545. Windows color (decimal): -13282267 or 2446389. OLE color: 2446389.

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

Color convert

RGB538437-
CMYK0.3700.560.67
HSL99.57º38.84%23.73%-
HSV(B)99.57º55.95%32.94%-
XYZ4.977.232.88-
YUV69.37109.73116.32-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.46%
GREEN value IS 84 (33.20% from 255) = 48.28%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=30.46%
G=48.28%
B=21.26%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5384370.3700.560.6799.5738.8423.73
Hex3554252503843642718
Octal6512445450701031444730
Binary110101101010010010110010101110001000011110010010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #355425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #355425; }

 p { color: rgb(53,84,37); }

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

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

 a { background-color: rgb(53,84,37); }

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

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

 span { border-color: rgb(53,84,37); }

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