#344031

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

Shades of Palm Leaf #344031

Tints of Palm Leaf #344031

Color information

#344031 (or 0x344031) is unknown color: approx Palm Leaf. HEX triplet: 34, 40 and 31. RGB value is (52,64,49). Sum of RGB (Red+Green+Blue) = 52+64+49=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 64 (25.39% from 255 or 38.79% from 165); Blue value is 49 (19.53% from 255 or 29.70% from 165); Max value from RGB is 64 - color contains mainly: green. Hex color #344031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344031 is #CBBFCE. Grayscale: #3A3A3A. Windows color (decimal): -13352911 or 3227700. OLE color: 3227700.

HSL color Cylindrical-coordinate representation of color #344031: hue angle of 108º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #344031 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB526449-
CMYK0.1900.230.75
HSL108º13.27%22.16%-
HSV(B)108º23.44%25.1%-
XYZ3.84.623.6-
YUV58.7122.52123.22-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 64 (25.39% from 255) = 38.79%
BLUE value IS 49 (19.53% from 255) = 29.70%
R=31.52%
G=38.79%
B=29.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264490.1900.230.7510813.2722.16
Hex344031130174B6cd16
Octal6410061230271131541526
Binary11010010000001100011001101011110010111101100110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344031; }

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

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

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

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

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

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

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

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