#34402F

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

Shades of Palm Leaf #34402F

Tints of Palm Leaf #34402F

Color information

#34402F (or 0x34402F) is unknown color: approx Palm Leaf. HEX triplet: 34, 40 and 2F. RGB value is (52,64,47). Sum of RGB (Red+Green+Blue) = 52+64+47=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 64 (25.39% from 255 or 39.26% from 163); Blue value is 47 (18.75% from 255 or 28.83% from 163); Max value from RGB is 64 - color contains mainly: green. Hex color #34402F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34402F is #CBBFD0. Grayscale: #3A3A3A. Windows color (decimal): -13352913 or 3096628. OLE color: 3096628.

HSL color Cylindrical-coordinate representation of color #34402F: hue angle of 102.35º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #34402F is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB526447-
CMYK0.1900.270.75
HSL102.35º15.32%21.76%-
HSV(B)102.35º26.56%25.1%-
XYZ3.764.63.38-
YUV58.47121.52123.38-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 64 (25.39% from 255) = 39.26%
BLUE value IS 47 (18.75% from 255) = 28.83%
R=31.90%
G=39.26%
B=28.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5264470.1900.270.75102.3515.3221.76
Hex34402F1301B4B66f16
Octal6410057230331131461726
Binary11010010000001011111001101101110010111100110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34402F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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