#3A4D36

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

Shades of Palm Leaf #3A4D36

Tints of Palm Leaf #3A4D36

Color information

#3A4D36 (or 0x3A4D36) is unknown color: approx Palm Leaf. HEX triplet: 3A, 4D and 36. RGB value is (58,77,54). Sum of RGB (Red+Green+Blue) = 58+77+54=189 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.69% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 54 (21.48% from 255 or 28.57% from 189); Max value from RGB is 77 - color contains mainly: green. Hex color #3A4D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A4D36 is #C5B2C9. Grayscale: #444444. Windows color (decimal): -12956362 or 3558714. OLE color: 3558714.

HSL color Cylindrical-coordinate representation of color #3A4D36: hue angle of 109.57º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A4D36 is Cyan = 0.25, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB587754-
CMYK0.2500.300.70
HSL109.57º17.56%25.69%-
HSV(B)109.57º29.87%30.2%-
XYZ5.066.474.47-
YUV68.7119.71120.37-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 30.69%
GREEN value IS 77 (30.47% from 255) = 40.74%
BLUE value IS 54 (21.48% from 255) = 28.57%
R=30.69%
G=40.74%
B=28.57%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5877540.2500.300.70109.5717.5625.69
Hex3A4D361901E466e121a
Octal7211566310361061562232
Binary111010100110111011011001011110100011011011101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,77,54); }

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

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

 a { background-color: rgb(58,77,54); }

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

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

 span { border-color: rgb(58,77,54); }

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