#33541A

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

Shades of Palm Leaf #33541A

Tints of Palm Leaf #33541A

Color information

#33541A (or 0x33541A) is unknown color: approx Palm Leaf. HEX triplet: 33, 54 and 1A. RGB value is (51,84,26). Sum of RGB (Red+Green+Blue) = 51+84+26=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 84 (33.20% from 255 or 52.17% from 161); Blue value is 26 (10.55% from 255 or 16.15% from 161); Max value from RGB is 84 - color contains mainly: green. Hex color #33541A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33541A is #CCABE5. Grayscale: #434343. Windows color (decimal): -13413350 or 1725491. OLE color: 1725491.

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

Color convert

RGB518426-
CMYK0.3900.690.67
HSL94.14º52.73%21.57%-
HSV(B)94.14º69.05%32.94%-
XYZ4.727.122.1-
YUV67.52104.57116.22-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 84 (33.20% from 255) = 52.17%
BLUE value IS 26 (10.55% from 255) = 16.15%
R=31.68%
G=52.17%
B=16.15%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184260.3900.690.6794.1452.7321.57
Hex33541A27045435e3516
Octal63124324701051031366526
Binary110011101010011010100111010001011000011101111011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33541A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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