#33541B

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

Shades of Palm Leaf #33541B

Tints of Palm Leaf #33541B

Color information

#33541B (or 0x33541B) is unknown color: approx Palm Leaf. HEX triplet: 33, 54 and 1B. RGB value is (51,84,27). Sum of RGB (Red+Green+Blue) = 51+84+27=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 84 (33.20% from 255 or 51.85% from 162); Blue value is 27 (10.94% from 255 or 16.67% from 162); Max value from RGB is 84 - color contains mainly: green. Hex color #33541B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33541B is #CCABE4. Grayscale: #434343. Windows color (decimal): -13413349 or 1791027. OLE color: 1791027.

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

Color convert

RGB518427-
CMYK0.3900.680.67
HSL94.74º51.35%21.76%-
HSV(B)94.74º67.86%32.94%-
XYZ4.737.122.16-
YUV67.64105.07116.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.48%
GREEN value IS 84 (33.20% from 255) = 51.85%
BLUE value IS 27 (10.94% from 255) = 16.67%
R=31.48%
G=51.85%
B=16.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5184270.3900.680.6794.7451.3521.76
Hex33541B27044435f3316
Octal63124334701041031376326
Binary110011101010011011100111010001001000011101111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33541B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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