#3A512D

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

Shades of Palm Leaf #3A512D

Tints of Palm Leaf #3A512D

Color information

#3A512D (or 0x3A512D) is unknown color: approx Palm Leaf. HEX triplet: 3A, 51 and 2D. RGB value is (58,81,45). Sum of RGB (Red+Green+Blue) = 58+81+45=184 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.52% from 184); Green value is 81 (32.03% from 255 or 44.02% from 184); Blue value is 45 (17.97% from 255 or 24.46% from 184); Max value from RGB is 81 - color contains mainly: green. Hex color #3A512D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A512D is #C5AED2. Grayscale: #464646. Windows color (decimal): -12955347 or 2969914. OLE color: 2969914.

HSL color Cylindrical-coordinate representation of color #3A512D: hue angle of 98.33º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3A512D is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB588145-
CMYK0.2800.440.68
HSL98.33º28.57%24.71%-
HSV(B)98.33º44.44%31.76%-
XYZ5.166.973.56-
YUV70.02113.88119.43-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.52%
GREEN value IS 81 (32.03% from 255) = 44.02%
BLUE value IS 45 (17.97% from 255) = 24.46%
R=31.52%
G=44.02%
B=24.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5881450.2800.440.6898.3328.5724.71
Hex3A512D1C02C44621d19
Octal7212155340541041423531
Binary1110101010001101101111000101100100010011000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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