#32462A

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

Shades of Palm Leaf #32462A

Tints of Palm Leaf #32462A

Color information

#32462A (or 0x32462A) is unknown color: approx Palm Leaf. HEX triplet: 32, 46 and 2A. RGB value is (50,70,42). Sum of RGB (Red+Green+Blue) = 50+70+42=162 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.86% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 42 (16.80% from 255 or 25.93% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #32462A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32462A is #CDB9D5. Grayscale: #3C3C3C. Windows color (decimal): -13482454 or 2770482. OLE color: 2770482.

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

Color convert

RGB507042-
CMYK0.2900.400.73
HSL102.86º25%21.96%-
HSV(B)102.86º40%27.45%-
XYZ3.925.232.99-
YUV60.83117.37120.28-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 30.86%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 42 (16.80% from 255) = 25.93%
R=30.86%
G=43.21%
B=25.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5070420.2900.400.73102.862521.96
Hex32462A1D02849671916
Octal6210652350501111473126
Binary1100101000110101010111010101000100100111001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32462A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,70,42); }

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

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

 a { background-color: rgb(50,70,42); }

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

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

 span { border-color: rgb(50,70,42); }

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