#33402D

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

Shades of Palm Leaf #33402D

Tints of Palm Leaf #33402D

Color information

#33402D (or 0x33402D) is unknown color: approx Palm Leaf. HEX triplet: 33, 40 and 2D. RGB value is (51,64,45). Sum of RGB (Red+Green+Blue) = 51+64+45=160 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.88% from 160); Green value is 64 (25.39% from 255 or 40% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 64 - color contains mainly: green. Hex color #33402D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33402D is #CCBFD2. Grayscale: #3A3A3A. Windows color (decimal): -13418451 or 2965555. OLE color: 2965555.

HSL color Cylindrical-coordinate representation of color #33402D: hue angle of 101.05º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #33402D is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB516445-
CMYK0.2000.300.75
HSL101.05º17.43%21.37%-
HSV(B)101.05º29.69%25.1%-
XYZ3.674.563.17-
YUV57.95120.69123.04-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.88%
GREEN value IS 64 (25.39% from 255) = 40%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=31.88%
G=40%
B=28.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5164450.2000.300.75101.0517.4321.37
Hex33402D1401E4B651115
Octal6310055240361131452125
Binary110011100000010110110100011110100101111001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33402D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33402D; }

 p { color: rgb(51,64,45); }

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

<style>
 a { background-color: #33402D; }

 a { background-color: rgb(51,64,45); }

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

<style>
 span { border-color: #33402D; }

 span { border-color: rgb(51,64,45); }

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