#34482D

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

Shades of Palm Leaf #34482D

Tints of Palm Leaf #34482D

Color information

#34482D (or 0x34482D) is unknown color: approx Palm Leaf. HEX triplet: 34, 48 and 2D. RGB value is (52,72,45). Sum of RGB (Red+Green+Blue) = 52+72+45=169 (22% of max value = 765). Red value is 52 (20.70% from 255 or 30.77% from 169); Green value is 72 (28.52% from 255 or 42.60% from 169); Blue value is 45 (17.97% from 255 or 26.63% from 169); Max value from RGB is 72 - color contains mainly: green. Hex color #34482D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34482D is #CBB7D2. Grayscale: #3F3F3F. Windows color (decimal): -13350867 or 2967604. OLE color: 2967604.

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

Color convert

RGB527245-
CMYK0.2800.380.72
HSL104.44º23.08%22.94%-
HSV(B)104.44º37.5%28.24%-
XYZ4.215.553.33-
YUV62.94117.87120.2-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 30.77%
GREEN value IS 72 (28.52% from 255) = 42.60%
BLUE value IS 45 (17.97% from 255) = 26.63%
R=30.77%
G=42.60%
B=26.63%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272450.2800.380.72104.4423.0822.94
Hex34482D1C02648681717
Octal6411055340461101502727
Binary1101001001000101101111000100110100100011010001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34482D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34482D; }

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

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

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

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

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

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

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

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