#344232

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

Shades of Palm Leaf #344232

Tints of Palm Leaf #344232

Color information

#344232 (or 0x344232) is unknown color: approx Palm Leaf. HEX triplet: 34, 42 and 32. RGB value is (52,66,50). Sum of RGB (Red+Green+Blue) = 52+66+50=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 66 (26.17% from 255 or 39.29% from 168); Blue value is 50 (19.92% from 255 or 29.76% from 168); Max value from RGB is 66 - color contains mainly: green. Hex color #344232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344232 is #CBBDCD. Grayscale: #3C3C3C. Windows color (decimal): -13352398 or 3293748. OLE color: 3293748.

HSL color Cylindrical-coordinate representation of color #344232: hue angle of 112.5º 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 #344232 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.

Color convert

RGB526650-
CMYK0.2100.240.74
HSL112.5º13.79%22.75%-
HSV(B)112.5º24.24%25.88%-
XYZ3.944.863.75-
YUV59.99122.36122.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 66 (26.17% from 255) = 39.29%
BLUE value IS 50 (19.92% from 255) = 29.76%
R=30.95%
G=39.29%
B=29.76%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266500.2100.240.74112.513.7922.75
Hex344232150184A70e17
Octal6410262250301121601627
Binary11010010000101100101010101100010010101110000111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344232; }

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

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

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

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

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

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

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

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