#34452A

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

Shades of Palm Leaf #34452A

Tints of Palm Leaf #34452A

Color information

#34452A (or 0x34452A) is unknown color: approx Palm Leaf. HEX triplet: 34, 45 and 2A. RGB value is (52,69,42). Sum of RGB (Red+Green+Blue) = 52+69+42=163 (21% of max value = 765). Red value is 52 (20.70% from 255 or 31.90% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #34452A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34452A is #CBBAD5. Grayscale: #3C3C3C. Windows color (decimal): -13351638 or 2770228. OLE color: 2770228.

HSL color Cylindrical-coordinate representation of color #34452A: hue angle of 97.78º degrees, saturation: 0.24, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #34452A is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB526942-
CMYK0.2500.390.73
HSL97.78º24.32%21.76%-
HSV(B)97.78º39.13%27.06%-
XYZ3.965.152.98-
YUV60.84117.37121.7-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 31.90%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=31.90%
G=42.33%
B=25.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5269420.2500.390.7397.7824.3221.76
Hex34452A1902749621816
Octal6410552310471111423026
Binary1101001000101101010110010100111100100111000101100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34452A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34452A; }

 p { color: rgb(52,69,42); }

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

<style>
 a { background-color: #34452A; }

 a { background-color: rgb(52,69,42); }

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

<style>
 span { border-color: #34452A; }

 span { border-color: rgb(52,69,42); }

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