#344030

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

Shades of Palm Leaf #344030

Tints of Palm Leaf #344030

Color information

#344030 (or 0x344030) is unknown color: approx Palm Leaf. HEX triplet: 34, 40 and 30. RGB value is (52,64,48). Sum of RGB (Red+Green+Blue) = 52+64+48=164 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.71% from 164); Green value is 64 (25.39% from 255 or 39.02% from 164); Blue value is 48 (19.14% from 255 or 29.27% from 164); Max value from RGB is 64 - color contains mainly: green. Hex color #344030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344030 is #CBBFCF. Grayscale: #3A3A3A. Windows color (decimal): -13352912 or 3162164. OLE color: 3162164.

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

Color convert

RGB526448-
CMYK0.1900.250.75
HSL105º14.29%21.96%-
HSV(B)105º25%25.1%-
XYZ3.784.613.49-
YUV58.59122.02123.3-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.71%
GREEN value IS 64 (25.39% from 255) = 39.02%
BLUE value IS 48 (19.14% from 255) = 29.27%
R=31.71%
G=39.02%
B=29.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264480.1900.250.7510514.2921.96
Hex344030130194B69e16
Octal6410060230311131511626
Binary11010010000001100001001101100110010111101001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344030; }

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

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

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

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

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

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

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

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