#33552C

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

Shades of Palm Leaf #33552C

Tints of Palm Leaf #33552C

Color information

#33552C (or 0x33552C) is unknown color: approx Palm Leaf. HEX triplet: 33, 55 and 2C. RGB value is (51,85,44). Sum of RGB (Red+Green+Blue) = 51+85+44=180 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.33% from 180); Green value is 85 (33.59% from 255 or 47.22% from 180); Blue value is 44 (17.58% from 255 or 24.44% from 180); Max value from RGB is 85 - color contains mainly: green. Hex color #33552C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33552C is #CCAAD3. Grayscale: #464646. Windows color (decimal): -13413076 or 2905395. OLE color: 2905395.

HSL color Cylindrical-coordinate representation of color #33552C: hue angle of 109.76º degrees, saturation: 0.32, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #33552C is Cyan = 0.40, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB518544-
CMYK0.4000.480.67
HSL109.76º31.78%25.29%-
HSV(B)109.76º48.24%33.33%-
XYZ5.077.383.54-
YUV70.16113.24114.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.33%
GREEN value IS 85 (33.59% from 255) = 47.22%
BLUE value IS 44 (17.58% from 255) = 24.44%
R=28.33%
G=47.22%
B=24.44%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5185440.4000.480.67109.7631.7825.29
Hex33552C28030436e2019
Octal6312554500601031564031
Binary110011101010110110010100001100001000011110111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33552C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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