#3A5032

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

Shades of Palm Leaf #3A5032

Tints of Palm Leaf #3A5032

Color information

#3A5032 (or 0x3A5032) is unknown color: approx Palm Leaf. HEX triplet: 3A, 50 and 32. RGB value is (58,80,50). Sum of RGB (Red+Green+Blue) = 58+80+50=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 80 (31.64% from 255 or 42.55% from 188); Blue value is 50 (19.92% from 255 or 26.60% from 188); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5032 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5032 is #C5AFCD. Grayscale: #464646. Windows color (decimal): -12955598 or 3297338. OLE color: 3297338.

HSL color Cylindrical-coordinate representation of color #3A5032: hue angle of 104º degrees, saturation: 0.23, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3A5032 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB588050-
CMYK0.2800.370.69
HSL104º23.08%25.49%-
HSV(B)104º37.5%31.37%-
XYZ5.196.874.07-
YUV70116.71119.44-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.85%
GREEN value IS 80 (31.64% from 255) = 42.55%
BLUE value IS 50 (19.92% from 255) = 26.60%
R=30.85%
G=42.55%
B=26.60%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880500.2800.370.6910423.0825.49
Hex3A50321C02545681719
Octal7212062340451051502731
Binary1110101010000110010111000100101100010111010001011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,80,50); }

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

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

 a { background-color: rgb(58,80,50); }

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

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

 span { border-color: rgb(58,80,50); }

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