#3A532C

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

Shades of Palm Leaf #3A532C

Tints of Palm Leaf #3A532C

Color information

#3A532C (or 0x3A532C) is unknown color: approx Palm Leaf. HEX triplet: 3A, 53 and 2C. RGB value is (58,83,44). Sum of RGB (Red+Green+Blue) = 58+83+44=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 83 (32.81% from 255 or 44.86% from 185); Blue value is 44 (17.58% from 255 or 23.78% from 185); Max value from RGB is 83 - color contains mainly: green. Hex color #3A532C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A532C is #C5ACD3. Grayscale: #474747. Windows color (decimal): -12954836 or 2904890. OLE color: 2904890.

HSL color Cylindrical-coordinate representation of color #3A532C: hue angle of 98.46º degrees, saturation: 0.31, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A532C is Cyan = 0.30, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.67.

Color convert

RGB588344-
CMYK0.3000.470.67
HSL98.46º30.71%24.9%-
HSV(B)98.46º46.99%32.55%-
XYZ5.297.273.51-
YUV71.08112.72118.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 83 (32.81% from 255) = 44.86%
BLUE value IS 44 (17.58% from 255) = 23.78%
R=31.35%
G=44.86%
B=23.78%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883440.3000.470.6798.4630.7124.9
Hex3A532C1E02F43621f19
Octal7212354360571031423731
Binary1110101010011101100111100101111100001111000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A532C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3A532C; }

 p { color: rgb(58,83,44); }

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

<style>
 a { background-color: #3A532C; }

 a { background-color: rgb(58,83,44); }

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

<style>
 span { border-color: #3A532C; }

 span { border-color: rgb(58,83,44); }

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