#33522B

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

Shades of Palm Leaf #33522B

Tints of Palm Leaf #33522B

Color information

#33522B (or 0x33522B) is unknown color: approx Palm Leaf. HEX triplet: 33, 52 and 2B. RGB value is (51,82,43). Sum of RGB (Red+Green+Blue) = 51+82+43=176 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.98% from 176); Green value is 82 (32.42% from 255 or 46.59% from 176); Blue value is 43 (17.19% from 255 or 24.43% from 176); Max value from RGB is 82 - color contains mainly: green. Hex color #33522B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33522B is #CCADD4. Grayscale: #444444. Windows color (decimal): -13413845 or 2839091. OLE color: 2839091.

HSL color Cylindrical-coordinate representation of color #33522B: hue angle of 107.69º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33522B is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB518243-
CMYK0.3800.480.68
HSL107.69º31.2%24.51%-
HSV(B)107.69º47.56%32.16%-
XYZ4.826.913.37-
YUV68.28113.73115.67-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.98%
GREEN value IS 82 (32.42% from 255) = 46.59%
BLUE value IS 43 (17.19% from 255) = 24.43%
R=28.98%
G=46.59%
B=24.43%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5182430.3800.480.68107.6931.224.51
Hex33522B26030446c1f19
Octal6312253460601041543731
Binary11001110100101010111001100110000100010011011001111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33522B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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