#334232

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

Shades of Palm Leaf #334232

Tints of Palm Leaf #334232

Color information

#334232 (or 0x334232) is unknown color: approx Palm Leaf. HEX triplet: 33, 42 and 32. RGB value is (51,66,50). Sum of RGB (Red+Green+Blue) = 51+66+50=167 (22% of max value = 765). Red value is 51 (20.31% from 255 or 30.54% from 167); Green value is 66 (26.17% from 255 or 39.52% from 167); Blue value is 50 (19.92% from 255 or 29.94% from 167); Max value from RGB is 66 - color contains mainly: green. Hex color #334232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334232 is #CCBDCD. Grayscale: #3B3B3B. Windows color (decimal): -13417934 or 3293747. OLE color: 3293747.

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

Color convert

RGB516650-
CMYK0.2300.240.74
HSL116.25º13.79%22.75%-
HSV(B)116.25º24.24%25.88%-
XYZ3.894.833.75-
YUV59.69122.53121.8-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.54%
GREEN value IS 66 (26.17% from 255) = 39.52%
BLUE value IS 50 (19.92% from 255) = 29.94%
R=30.54%
G=39.52%
B=29.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5166500.2300.240.74116.2513.7922.75
Hex334232170184A74e17
Octal6310262270301121641627
Binary11001110000101100101011101100010010101110100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #334232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #334232; }

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

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

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

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

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

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

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

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