#3A4C35

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

Shades of Palm Leaf #3A4C35

Tints of Palm Leaf #3A4C35

Color information

#3A4C35 (or 0x3A4C35) is unknown color: approx Palm Leaf. HEX triplet: 3A, 4C and 35. RGB value is (58,76,53). Sum of RGB (Red+Green+Blue) = 58+76+53=187 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.02% from 187); Green value is 76 (30.08% from 255 or 40.64% from 187); Blue value is 53 (21.09% from 255 or 28.34% from 187); Max value from RGB is 76 - color contains mainly: green. Hex color #3A4C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4C35 is #C5B3CA. Grayscale: #444444. Windows color (decimal): -12956619 or 3492922. OLE color: 3492922.

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

Color convert

RGB587653-
CMYK0.2400.300.70
HSL106.96º17.83%25.29%-
HSV(B)106.96º30.26%29.8%-
XYZ4.976.334.33-
YUV68119.54120.87-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.02%
GREEN value IS 76 (30.08% from 255) = 40.64%
BLUE value IS 53 (21.09% from 255) = 28.34%
R=31.02%
G=40.64%
B=28.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5876530.2400.300.70106.9617.8325.29
Hex3A4C351801E466b1219
Octal7211465300361061532231
Binary111010100110011010111000011110100011011010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,76,53); }

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

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

 a { background-color: rgb(58,76,53); }

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

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

 span { border-color: rgb(58,76,53); }

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