#354D25

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

Shades of Palm Leaf #354D25

Tints of Palm Leaf #354D25

Color information

#354D25 (or 0x354D25) is unknown color: approx Palm Leaf. HEX triplet: 35, 4D and 25. RGB value is (53,77,37). Sum of RGB (Red+Green+Blue) = 53+77+37=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 77 (30.47% from 255 or 46.11% from 167); Blue value is 37 (14.84% from 255 or 22.16% from 167); Max value from RGB is 77 - color contains mainly: green. Hex color #354D25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #354D25 is #CAB2DA. Grayscale: #414141. Windows color (decimal): -13284059 or 2444597. OLE color: 2444597.

HSL color Cylindrical-coordinate representation of color #354D25: hue angle of 96º degrees, saturation: 0.35, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #354D25 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.70.

Color convert

RGB537737-
CMYK0.3100.520.70
HSL96º35.09%22.35%-
HSV(B)96º51.95%30.2%-
XYZ4.466.22.71-
YUV65.26112.05119.25-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 77 (30.47% from 255) = 46.11%
BLUE value IS 37 (14.84% from 255) = 22.16%
R=31.74%
G=46.11%
B=22.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5377370.3100.520.709635.0922.35
Hex354D251F03446602316
Octal6511545370641061404326
Binary11010110011011001011111101101001000110110000010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354D25; }

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

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

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

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

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

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

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

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