#33442A

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

Shades of Palm Leaf #33442A

Tints of Palm Leaf #33442A

Color information

#33442A (or 0x33442A) is unknown color: approx Palm Leaf. HEX triplet: 33, 44 and 2A. RGB value is (51,68,42). Sum of RGB (Red+Green+Blue) = 51+68+42=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #33442A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33442A is #CCBBD5. Grayscale: #3C3C3C. Windows color (decimal): -13417430 or 2769971. OLE color: 2769971.

HSL color Cylindrical-coordinate representation of color #33442A: hue angle of 99.23º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #33442A is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB516842-
CMYK0.2500.380.73
HSL99.23º23.64%21.57%-
HSV(B)99.23º38.24%26.67%-
XYZ3.855.012.95-
YUV59.95117.87121.61-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 31.68%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=31.68%
G=42.24%
B=26.09%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5168420.2500.380.7399.2323.6421.57
Hex33442A1902649631816
Octal6310452310461111433026
Binary1100111000100101010110010100110100100111000111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33442A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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