#344331

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

Shades of Palm Leaf #344331

Tints of Palm Leaf #344331

Color information

#344331 (or 0x344331) is unknown color: approx Palm Leaf. HEX triplet: 34, 43 and 31. RGB value is (52,67,49). Sum of RGB (Red+Green+Blue) = 52+67+49=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 67 - color contains mainly: green. Hex color #344331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344331 is #CBBCCE. Grayscale: #3C3C3C. Windows color (decimal): -13352143 or 3228468. OLE color: 3228468.

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

Color convert

RGB526749-
CMYK0.2200.270.74
HSL110º15.52%22.75%-
HSV(B)110º26.87%26.27%-
XYZ3.984.973.65-
YUV60.46121.53121.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 67 (26.56% from 255) = 39.88%
BLUE value IS 49 (19.53% from 255) = 29.17%
R=30.95%
G=39.88%
B=29.17%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5267490.2200.270.7411015.5222.75
Hex3443311601B4A6e1017
Octal6410361260331121562027
Binary110100100001111000110110011011100101011011101000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344331; }

 p { color: rgb(52,67,49); }

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

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

 a { background-color: rgb(52,67,49); }

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

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

 span { border-color: rgb(52,67,49); }

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