#3A502F

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

Shades of Palm Leaf #3A502F

Tints of Palm Leaf #3A502F

Color information

#3A502F (or 0x3A502F) is unknown color: approx Palm Leaf. HEX triplet: 3A, 50 and 2F. RGB value is (58,80,47). Sum of RGB (Red+Green+Blue) = 58+80+47=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 80 (31.64% from 255 or 43.24% from 185); Blue value is 47 (18.75% from 255 or 25.41% from 185); Max value from RGB is 80 - color contains mainly: green. Hex color #3A502F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A502F is #C5AFD0. Grayscale: #454545. Windows color (decimal): -12955601 or 3100730. OLE color: 3100730.

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

Color convert

RGB588047-
CMYK0.2800.410.69
HSL100º25.98%24.9%-
HSV(B)100º41.25%31.37%-
XYZ5.136.843.74-
YUV69.66115.21119.68-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.35%
GREEN value IS 80 (31.64% from 255) = 43.24%
BLUE value IS 47 (18.75% from 255) = 25.41%
R=31.35%
G=43.24%
B=25.41%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880470.2800.410.6910025.9824.9
Hex3A502F1C02945641a19
Octal7212057340511051443231
Binary1110101010000101111111000101001100010111001001101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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