#354230

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

Shades of Palm Leaf #354230

Tints of Palm Leaf #354230

Color information

#354230 (or 0x354230) is unknown color: approx Palm Leaf. HEX triplet: 35, 42 and 30. RGB value is (53,66,48). Sum of RGB (Red+Green+Blue) = 53+66+48=167 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.74% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 48 (19.14% from 255 or 28.74% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #354230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354230 is #CABDCF. Grayscale: #3C3C3C. Windows color (decimal): -13286864 or 3162677. OLE color: 3162677.

HSL color Cylindrical-coordinate representation of color #354230: hue angle of 103.33º degrees, saturation: 0.16, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #354230 is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.74.

Color convert

RGB536648-
CMYK0.2000.270.74
HSL103.33º15.79%22.35%-
HSV(B)103.33º27.27%25.88%-
XYZ3.954.873.53-
YUV60.06121.19122.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.74%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 48 (19.14% from 255) = 28.74%
R=31.74%
G=39.52%
B=28.74%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366480.2000.270.74103.3315.7922.35
Hex3542301401B4A671016
Octal6510260240331121472026
Binary110101100001011000010100011011100101011001111000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354230; }

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

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

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

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

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

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

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

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