#33492C

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

Shades of Palm Leaf #33492C

Tints of Palm Leaf #33492C

Color information

#33492C (or 0x33492C) is unknown color: approx Palm Leaf. HEX triplet: 33, 49 and 2C. RGB value is (51,73,44). Sum of RGB (Red+Green+Blue) = 51+73+44=168 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.36% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #33492C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33492C is #CCB6D3. Grayscale: #3F3F3F. Windows color (decimal): -13416148 or 2902323. OLE color: 2902323.

HSL color Cylindrical-coordinate representation of color #33492C: hue angle of 105.52º degrees, saturation: 0.25, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #33492C is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.

Color convert

RGB517344-
CMYK0.3000.400.71
HSL105.52º24.79%22.94%-
HSV(B)105.52º39.73%28.63%-
XYZ4.25.653.25-
YUV63.12117.21119.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.36%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=30.36%
G=43.45%
B=26.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173440.3000.400.71105.5224.7922.94
Hex33492C1E028476a1917
Octal6311154360501071523127
Binary1100111001001101100111100101000100011111010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33492C; }

 p { color: rgb(51,73,44); }

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

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

 a { background-color: rgb(51,73,44); }

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

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

 span { border-color: rgb(51,73,44); }

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