#3A502D

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

Shades of Palm Leaf #3A502D

Tints of Palm Leaf #3A502D

Color information

#3A502D (or 0x3A502D) is unknown color: approx Palm Leaf. HEX triplet: 3A, 50 and 2D. RGB value is (58,80,45). Sum of RGB (Red+Green+Blue) = 58+80+45=183 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.69% from 183); Green value is 80 (31.64% from 255 or 43.72% from 183); Blue value is 45 (17.97% from 255 or 24.59% from 183); Max value from RGB is 80 - color contains mainly: green. Hex color #3A502D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A502D is #C5AFD2. Grayscale: #454545. Windows color (decimal): -12955603 or 2969658. OLE color: 2969658.

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

Color convert

RGB588045-
CMYK0.2800.440.69
HSL97.71º28%24.51%-
HSV(B)97.71º43.75%31.37%-
XYZ5.096.833.53-
YUV69.43114.21119.85-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.69%
GREEN value IS 80 (31.64% from 255) = 43.72%
BLUE value IS 45 (17.97% from 255) = 24.59%
R=31.69%
G=43.72%
B=24.59%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5880450.2800.440.6997.712824.51
Hex3A502D1C02C45621c19
Octal7212055340541051423431
Binary1110101010000101101111000101100100010111000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A502D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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