#3A532D

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

Shades of Palm Leaf #3A532D

Tints of Palm Leaf #3A532D

Color information

#3A532D (or 0x3A532D) is unknown color: approx Palm Leaf. HEX triplet: 3A, 53 and 2D. RGB value is (58,83,45). Sum of RGB (Red+Green+Blue) = 58+83+45=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 83 (32.81% from 255 or 44.62% from 186); Blue value is 45 (17.97% from 255 or 24.19% from 186); Max value from RGB is 83 - color contains mainly: green. Hex color #3A532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A532D is #C5ACD2. Grayscale: #474747. Windows color (decimal): -12954835 or 2970426. OLE color: 2970426.

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

Color convert

RGB588345-
CMYK0.3000.460.67
HSL99.47º29.69%25.1%-
HSV(B)99.47º45.78%32.55%-
XYZ5.317.283.61-
YUV71.19113.22118.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 83 (32.81% from 255) = 44.62%
BLUE value IS 45 (17.97% from 255) = 24.19%
R=31.18%
G=44.62%
B=24.19%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5883450.3000.460.6799.4729.6925.1
Hex3A532D1E02E43631e19
Octal7212355360561031433631
Binary1110101010011101101111100101110100001111000111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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