#33442B

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

Shades of Palm Leaf #33442B

Tints of Palm Leaf #33442B

Color information

#33442B (or 0x33442B) is unknown color: approx Palm Leaf. HEX triplet: 33, 44 and 2B. RGB value is (51,68,43). Sum of RGB (Red+Green+Blue) = 51+68+43=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 68 - color contains mainly: green. Hex color #33442B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33442B is #CCBBD4. Grayscale: #3C3C3C. Windows color (decimal): -13417429 or 2835507. OLE color: 2835507.

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

Color convert

RGB516843-
CMYK0.2500.370.73
HSL100.8º22.52%21.76%-
HSV(B)100.8º36.76%26.67%-
XYZ3.875.013.05-
YUV60.07118.37121.53-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 68 (26.95% from 255) = 41.98%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=31.48%
G=41.98%
B=26.54%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168430.2500.370.73100.822.5221.76
Hex33442B1902549651716
Octal6310453310451111452726
Binary1100111000100101011110010100101100100111001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33442B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33442B; }

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

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

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

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

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

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

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

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