#354330

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

Shades of Palm Leaf #354330

Tints of Palm Leaf #354330

Color information

#354330 (or 0x354330) is unknown color: approx Palm Leaf. HEX triplet: 35, 43 and 30. RGB value is (53,67,48). Sum of RGB (Red+Green+Blue) = 53+67+48=168 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.55% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #354330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354330 is #CABCCF. Grayscale: #3C3C3C. Windows color (decimal): -13286608 or 3162933. OLE color: 3162933.

HSL color Cylindrical-coordinate representation of color #354330: hue angle of 104.21º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #354330 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB536748-
CMYK0.2100.280.74
HSL104.21º16.52%22.55%-
HSV(B)104.21º28.36%26.27%-
XYZ4.014.983.55-
YUV60.65120.86122.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.55%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 48 (19.14% from 255) = 28.57%
R=31.55%
G=39.88%
B=28.57%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5367480.2100.280.74104.2116.5222.55
Hex3543301501C4A681117
Octal6510360250341121502127
Binary110101100001111000010101011100100101011010001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354330; }

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

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

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

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

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

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

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

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