#3A5628

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

Shades of Palm Leaf #3A5628

Tints of Palm Leaf #3A5628

Color information

#3A5628 (or 0x3A5628) is unknown color: approx Palm Leaf. HEX triplet: 3A, 56 and 28. RGB value is (58,86,40). Sum of RGB (Red+Green+Blue) = 58+86+40=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 86 (33.98% from 255 or 46.74% from 184); Blue value is 40 (16.02% from 255 or 21.74% from 184); Max value from RGB is 86 - color contains mainly: green. Hex color #3A5628 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5628 is #C5A9D7. Grayscale: #484848. Windows color (decimal): -12954072 or 2643514. OLE color: 2643514.

HSL color Cylindrical-coordinate representation of color #3A5628: hue angle of 96.52º degrees, saturation: 0.37, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3A5628 is Cyan = 0.33, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.66.

Color convert

RGB588640-
CMYK0.3300.530.66
HSL96.52º36.51%24.71%-
HSV(B)96.52º53.49%33.73%-
XYZ5.467.713.21-
YUV72.38109.72117.74-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 86 (33.98% from 255) = 46.74%
BLUE value IS 40 (16.02% from 255) = 21.74%
R=31.52%
G=46.74%
B=21.74%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal5886400.3300.530.6696.5236.5124.71
Hex3A56282103542612519
Octal7212650410651021414531
Binary111010101011010100010000101101011000010110000110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,86,40); }

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

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

 a { background-color: rgb(58,86,40); }

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

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

 span { border-color: rgb(58,86,40); }

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