#34422F

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

Shades of Palm Leaf #34422F

Tints of Palm Leaf #34422F

Color information

#34422F (or 0x34422F) is unknown color: approx Palm Leaf. HEX triplet: 34, 42 and 2F. RGB value is (52,66,47). Sum of RGB (Red+Green+Blue) = 52+66+47=165 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.52% from 165); Green value is 66 (26.17% from 255 or 40% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 66 - color contains mainly: green. Hex color #34422F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34422F is #CBBDD0. Grayscale: #3B3B3B. Windows color (decimal): -13352401 or 3097140. OLE color: 3097140.

HSL color Cylindrical-coordinate representation of color #34422F: hue angle of 104.21º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #34422F is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB526647-
CMYK0.2100.290.74
HSL104.21º16.81%22.16%-
HSV(B)104.21º28.79%25.88%-
XYZ3.884.833.42-
YUV59.65120.86122.54-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.52%
GREEN value IS 66 (26.17% from 255) = 40%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=31.52%
G=40%
B=28.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5266470.2100.290.74104.2116.8122.16
Hex34422F1501D4A681116
Octal6410257250351121502126
Binary110100100001010111110101011101100101011010001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34422F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34422F; }

 p { color: rgb(52,66,47); }

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

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

 a { background-color: rgb(52,66,47); }

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

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

 span { border-color: rgb(52,66,47); }

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