#354433

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

Shades of Palm Leaf #354433

Tints of Palm Leaf #354433

Color information

#354433 (or 0x354433) is unknown color: approx Palm Leaf. HEX triplet: 35, 44 and 33. RGB value is (53,68,51). Sum of RGB (Red+Green+Blue) = 53+68+51=172 (22% of max value = 765). Red value is 53 (21.09% from 255 or 30.81% from 172); Green value is 68 (26.95% from 255 or 39.53% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 68 - color contains mainly: green. Hex color #354433 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #354433 is #CABBCC. Grayscale: #3D3D3D. Windows color (decimal): -13286349 or 3359797. OLE color: 3359797.

HSL color Cylindrical-coordinate representation of color #354433: hue angle of 112.94º degrees, saturation: 0.14, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #354433 is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.

Color convert

RGB536851-
CMYK0.2200.250.73
HSL112.94º14.29%23.33%-
HSV(B)112.94º25%26.67%-
XYZ4.135.133.9-
YUV61.58122.03121.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 30.81%
GREEN value IS 68 (26.95% from 255) = 39.53%
BLUE value IS 51 (20.31% from 255) = 29.65%
R=30.81%
G=39.53%
B=29.65%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368510.2200.250.73112.9414.2923.33
Hex354433160194971e17
Octal6510463260311111611627
Binary11010110001001100111011001100110010011110001111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #354433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #354433; }

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

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

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

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

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

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

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

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