#33422A

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

Shades of Palm Leaf #33422A

Tints of Palm Leaf #33422A

Color information

#33422A (or 0x33422A) is unknown color: approx Palm Leaf. HEX triplet: 33, 42 and 2A. RGB value is (51,66,42). Sum of RGB (Red+Green+Blue) = 51+66+42=159 (21% of max value = 765). Red value is 51 (20.31% from 255 or 32.08% from 159); Green value is 66 (26.17% from 255 or 41.51% from 159); Blue value is 42 (16.80% from 255 or 26.42% from 159); Max value from RGB is 66 - color contains mainly: green. Hex color #33422A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33422A is #CCBDD5. Grayscale: #3A3A3A. Windows color (decimal): -13417942 or 2769459. OLE color: 2769459.

HSL color Cylindrical-coordinate representation of color #33422A: hue angle of 97.5º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #33422A is Cyan = 0.23, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.

Color convert

RGB516642-
CMYK0.2300.360.74
HSL97.5º22.22%21.18%-
HSV(B)97.5º36.36%25.88%-
XYZ3.734.772.91-
YUV58.78118.53122.45-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 32.08%
GREEN value IS 66 (26.17% from 255) = 41.51%
BLUE value IS 42 (16.80% from 255) = 26.42%
R=32.08%
G=41.51%
B=26.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166420.2300.360.7497.522.2221.18
Hex33422A170244A621615
Octal6310252270441121422625
Binary1100111000010101010101110100100100101011000101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33422A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,66,42); }

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

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

 a { background-color: rgb(51,66,42); }

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

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

 span { border-color: rgb(51,66,42); }

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