#33541F

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

Shades of Palm Leaf #33541F

Tints of Palm Leaf #33541F

Color information

#33541F (or 0x33541F) is unknown color: approx Palm Leaf. HEX triplet: 33, 54 and 1F. RGB value is (51,84,31). Sum of RGB (Red+Green+Blue) = 51+84+31=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 84 (33.20% from 255 or 50.60% from 166); Blue value is 31 (12.5% from 255 or 18.67% from 166); Max value from RGB is 84 - color contains mainly: green. Hex color #33541F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33541F is #CCABE0. Grayscale: #444444. Windows color (decimal): -13413345 or 2053171. OLE color: 2053171.

HSL color Cylindrical-coordinate representation of color #33541F: hue angle of 97.36º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #33541F is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.67.

Color convert

RGB518431-
CMYK0.3900.630.67
HSL97.36º46.09%22.55%-
HSV(B)97.36º63.1%32.94%-
XYZ4.787.142.42-
YUV68.09107.07115.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.72%
GREEN value IS 84 (33.20% from 255) = 50.60%
BLUE value IS 31 (12.5% from 255) = 18.67%
R=30.72%
G=50.60%
B=18.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184310.3900.630.6797.3646.0922.55
Hex33541F2703F43612e17
Octal6312437470771031415627
Binary11001110101001111110011101111111000011110000110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33541F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33541F; }

 p { color: rgb(51,84,31); }

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

<style>
 a { background-color: #33541F; }

 a { background-color: rgb(51,84,31); }

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

<style>
 span { border-color: #33541F; }

 span { border-color: rgb(51,84,31); }

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