#34492B

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

Shades of Palm Leaf #34492B

Tints of Palm Leaf #34492B

Color information

#34492B (or 0x34492B) is unknown color: approx Palm Leaf. HEX triplet: 34, 49 and 2B. RGB value is (52,73,43). Sum of RGB (Red+Green+Blue) = 52+73+43=168 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.95% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 43 (17.19% from 255 or 25.60% from 168); Max value from RGB is 73 - color contains mainly: green. Hex color #34492B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34492B is #CBB6D4. Grayscale: #3F3F3F. Windows color (decimal): -13350613 or 2836788. OLE color: 2836788.

HSL color Cylindrical-coordinate representation of color #34492B: hue angle of 102º degrees, saturation: 0.26, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #34492B is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.71.

Color convert

RGB527343-
CMYK0.2900.410.71
HSL102º25.86%22.75%-
HSV(B)102º41.1%28.63%-
XYZ4.235.673.16-
YUV63.3116.54119.94-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.95%
GREEN value IS 73 (28.91% from 255) = 43.45%
BLUE value IS 43 (17.19% from 255) = 25.60%
R=30.95%
G=43.45%
B=25.60%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273430.2900.410.7110225.8622.75
Hex34492B1D02947661a17
Octal6411153350511071463227
Binary1101001001001101011111010101001100011111001101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34492B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34492B; }

 p { color: rgb(52,73,43); }

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

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

 a { background-color: rgb(52,73,43); }

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

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

 span { border-color: rgb(52,73,43); }

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