#354031

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

Shades of Palm Leaf #354031

Tints of Palm Leaf #354031

Color information

#354031 (or 0x354031) is unknown color: approx Palm Leaf. HEX triplet: 35, 40 and 31. RGB value is (53,64,49). Sum of RGB (Red+Green+Blue) = 53+64+49=166 (21% of max value = 765). Red value is 53 (21.09% from 255 or 31.93% from 166); Green value is 64 (25.39% from 255 or 38.55% from 166); Blue value is 49 (19.53% from 255 or 29.52% from 166); Max value from RGB is 64 - color contains mainly: green. Hex color #354031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354031 is #CABFCE. Grayscale: #3B3B3B. Windows color (decimal): -13287375 or 3227701. OLE color: 3227701.

HSL color Cylindrical-coordinate representation of color #354031: hue angle of 104º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #354031 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB536449-
CMYK0.1700.230.75
HSL104º13.27%22.16%-
HSV(B)104º23.44%25.1%-
XYZ3.864.653.6-
YUV59122.36123.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.93%
GREEN value IS 64 (25.39% from 255) = 38.55%
BLUE value IS 49 (19.53% from 255) = 29.52%
R=31.93%
G=38.55%
B=29.52%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5364490.1700.230.7510413.2722.16
Hex354031110174B68d16
Octal6510061210271131501526
Binary11010110000001100011000101011110010111101000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354031; }

 p { color: rgb(53,64,49); }

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

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

 a { background-color: rgb(53,64,49); }

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

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

 span { border-color: rgb(53,64,49); }

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