#34482B

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

Shades of Palm Leaf #34482B

Tints of Palm Leaf #34482B

Color information

#34482B (or 0x34482B) is unknown color: approx Palm Leaf. HEX triplet: 34, 48 and 2B. RGB value is (52,72,43). Sum of RGB (Red+Green+Blue) = 52+72+43=167 (22% of max value = 765). Red value is 52 (20.70% from 255 or 31.14% from 167); Green value is 72 (28.52% from 255 or 43.11% from 167); Blue value is 43 (17.19% from 255 or 25.75% from 167); Max value from RGB is 72 - color contains mainly: green. Hex color #34482B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34482B is #CBB7D4. Grayscale: #3E3E3E. Windows color (decimal): -13350869 or 2836532. OLE color: 2836532.

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

Color convert

RGB527243-
CMYK0.2800.400.72
HSL101.38º25.22%22.55%-
HSV(B)101.38º40.28%28.24%-
XYZ4.175.543.13-
YUV62.71116.87120.36-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.14%
GREEN value IS 72 (28.52% from 255) = 43.11%
BLUE value IS 43 (17.19% from 255) = 25.75%
R=31.14%
G=43.11%
B=25.75%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272430.2800.400.72101.3825.2222.55
Hex34482B1C02848651917
Octal6411053340501101453127
Binary1101001001000101011111000101000100100011001011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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