#354530

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

Shades of Palm Leaf #354530

Tints of Palm Leaf #354530

Color information

#354530 (or 0x354530) is unknown color: approx Palm Leaf. HEX triplet: 35, 45 and 30. RGB value is (53,69,48). Sum of RGB (Red+Green+Blue) = 53+69+48=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 69 (27.34% from 255 or 40.59% from 170); Blue value is 48 (19.14% from 255 or 28.24% from 170); Max value from RGB is 69 - color contains mainly: green. Hex color #354530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354530 is #CABACF. Grayscale: #3D3D3D. Windows color (decimal): -13286096 or 3163445. OLE color: 3163445.

HSL color Cylindrical-coordinate representation of color #354530: hue angle of 105.71º 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 #354530 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB536948-
CMYK0.2300.300.73
HSL105.71º17.95%22.94%-
HSV(B)105.71º30.43%27.06%-
XYZ4.135.233.59-
YUV61.82120.2121.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 69 (27.34% from 255) = 40.59%
BLUE value IS 48 (19.14% from 255) = 28.24%
R=31.18%
G=40.59%
B=28.24%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5369480.2300.300.73105.7117.9522.94
Hex3545301701E496a1217
Octal6510560270361111522227
Binary110101100010111000010111011110100100111010101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354530; }

 p { color: rgb(53,69,48); }

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

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

 a { background-color: rgb(53,69,48); }

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

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

 span { border-color: rgb(53,69,48); }

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