#33492A

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

Shades of Palm Leaf #33492A

Tints of Palm Leaf #33492A

Color information

#33492A (or 0x33492A) is unknown color: approx Palm Leaf. HEX triplet: 33, 49 and 2A. RGB value is (51,73,42). Sum of RGB (Red+Green+Blue) = 51+73+42=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 73 (28.91% from 255 or 43.98% from 166); Blue value is 42 (16.80% from 255 or 25.30% from 166); Max value from RGB is 73 - color contains mainly: green. Hex color #33492A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33492A is #CCB6D5. Grayscale: #3E3E3E. Windows color (decimal): -13416150 or 2771251. OLE color: 2771251.

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

Color convert

RGB517342-
CMYK0.3000.420.71
HSL102.58º26.96%22.55%-
HSV(B)102.58º42.47%28.63%-
XYZ4.175.643.06-
YUV62.89116.21119.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 73 (28.91% from 255) = 43.98%
BLUE value IS 42 (16.80% from 255) = 25.30%
R=30.72%
G=43.98%
B=25.30%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173420.3000.420.71102.5826.9622.55
Hex33492A1E02A47671b17
Octal6311152360521071473327
Binary1100111001001101010111100101010100011111001111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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