#344832

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

Shades of Palm Leaf #344832

Tints of Palm Leaf #344832

Color information

#344832 (or 0x344832) is unknown color: approx Palm Leaf. HEX triplet: 34, 48 and 32. RGB value is (52,72,50). Sum of RGB (Red+Green+Blue) = 52+72+50=174 (23% of max value = 765). Red value is 52 (20.70% from 255 or 29.89% from 174); Green value is 72 (28.52% from 255 or 41.38% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 72 - color contains mainly: green. Hex color #344832 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344832 is #CBB7CD. Grayscale: #3F3F3F. Windows color (decimal): -13350862 or 3295284. OLE color: 3295284.

HSL color Cylindrical-coordinate representation of color #344832: hue angle of 114.55º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #344832 is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.72.

Color convert

RGB527250-
CMYK0.2800.310.72
HSL114.55º18.03%23.92%-
HSV(B)114.55º30.56%28.24%-
XYZ4.315.63.87-
YUV63.51120.37119.79-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 29.89%
GREEN value IS 72 (28.52% from 255) = 41.38%
BLUE value IS 50 (19.92% from 255) = 28.74%
R=29.89%
G=41.38%
B=28.74%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272500.2800.310.72114.5518.0323.92
Hex3448321C01F48731218
Octal6411062340371101632230
Binary110100100100011001011100011111100100011100111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344832; }

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

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

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

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

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

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

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

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