#3A5030

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

Shades of Palm Leaf #3A5030

Tints of Palm Leaf #3A5030

Color information

#3A5030 (or 0x3A5030) is unknown color: approx Palm Leaf. HEX triplet: 3A, 50 and 30. RGB value is (58,80,48). Sum of RGB (Red+Green+Blue) = 58+80+48=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 80 (31.64% from 255 or 43.01% from 186); Blue value is 48 (19.14% from 255 or 25.81% from 186); Max value from RGB is 80 - color contains mainly: green. Hex color #3A5030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5030 is #C5AFCF. Grayscale: #454545. Windows color (decimal): -12955600 or 3166266. OLE color: 3166266.

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

Color convert

RGB588048-
CMYK0.2800.400.69
HSL101.25º25%25.1%-
HSV(B)101.25º40%31.37%-
XYZ5.156.853.85-
YUV69.77115.71119.6-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 80 (31.64% from 255) = 43.01%
BLUE value IS 48 (19.14% from 255) = 25.81%
R=31.18%
G=43.01%
B=25.81%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880480.2800.400.69101.252525.1
Hex3A50301C02845651919
Octal7212060340501051453131
Binary1110101010000110000111000101000100010111001011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A5030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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