#354631

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

Shades of Palm Leaf #354631

Tints of Palm Leaf #354631

Color information

#354631 (or 0x354631) is unknown color: approx Palm Leaf. HEX triplet: 35, 46 and 31. RGB value is (53,70,49). Sum of RGB (Red+Green+Blue) = 53+70+49=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 70 (27.73% from 255 or 40.70% from 172); Blue value is 49 (19.53% from 255 or 28.49% from 172); Max value from RGB is 70 - color contains mainly: green. Hex color #354631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354631 is #CAB9CE. Grayscale: #3E3E3E. Windows color (decimal): -13285839 or 3229237. OLE color: 3229237.

HSL color Cylindrical-coordinate representation of color #354631: hue angle of 108.57º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #354631 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB537049-
CMYK0.2400.300.73
HSL108.57º17.65%23.33%-
HSV(B)108.57º30%27.45%-
XYZ4.215.363.72-
YUV62.52120.37121.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 70 (27.73% from 255) = 40.70%
BLUE value IS 49 (19.53% from 255) = 28.49%
R=30.81%
G=40.70%
B=28.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5370490.2400.300.73108.5717.6523.33
Hex3546311801E496d1217
Octal6510661300361111552227
Binary110101100011011000111000011110100100111011011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354631; }

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

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

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

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

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

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

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

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