#354233

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

Shades of Palm Leaf #354233

Tints of Palm Leaf #354233

Color information

#354233 (or 0x354233) is unknown color: approx Palm Leaf. HEX triplet: 35, 42 and 33. RGB value is (53,66,51). Sum of RGB (Red+Green+Blue) = 53+66+51=170 (22% of max value = 765). Red value is 53 (21.09% from 255 or 31.18% from 170); Green value is 66 (26.17% from 255 or 38.82% from 170); Blue value is 51 (20.31% from 255 or 30% from 170); Max value from RGB is 66 - color contains mainly: green. Hex color #354233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354233 is #CABDCC. Grayscale: #3C3C3C. Windows color (decimal): -13286861 or 3359285. OLE color: 3359285.

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

Color convert

RGB536651-
CMYK0.2000.230.74
HSL112º12.82%22.94%-
HSV(B)112º22.73%25.88%-
XYZ4.014.893.86-
YUV60.4122.69122.72-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 31.18%
GREEN value IS 66 (26.17% from 255) = 38.82%
BLUE value IS 51 (20.31% from 255) = 30%
R=31.18%
G=38.82%
B=30%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5366510.2000.230.7411212.8222.94
Hex354233140174A70d17
Octal6510263240271121601527
Binary11010110000101100111010001011110010101110000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354233; }

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

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

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

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

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

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

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

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