#344D30

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

Shades of Palm Leaf #344D30

Tints of Palm Leaf #344D30

Color information

#344D30 (or 0x344D30) is unknown color: approx Palm Leaf. HEX triplet: 34, 4D and 30. RGB value is (52,77,48). Sum of RGB (Red+Green+Blue) = 52+77+48=177 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.38% from 177); Green value is 77 (30.47% from 255 or 43.50% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 77 - color contains mainly: green. Hex color #344D30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #344D30 is #CBB2CF. Grayscale: #424242. Windows color (decimal): -13349584 or 3165492. OLE color: 3165492.

HSL color Cylindrical-coordinate representation of color #344D30: hue angle of 111.72º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #344D30 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB527748-
CMYK0.3200.380.70
HSL111.72º23.2%24.51%-
HSV(B)111.72º37.66%30.2%-
XYZ4.66.253.76-
YUV66.22117.72117.86-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.38%
GREEN value IS 77 (30.47% from 255) = 43.50%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=29.38%
G=43.50%
B=27.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5277480.3200.380.70111.7223.224.51
Hex344D302002646701719
Octal6411560400461061602731
Binary11010010011011100001000000100110100011011100001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344D30; }

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

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

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

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

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

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

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

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