#3A4B35

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

Shades of Palm Leaf #3A4B35

Tints of Palm Leaf #3A4B35

Color information

#3A4B35 (or 0x3A4B35) is unknown color: approx Palm Leaf. HEX triplet: 3A, 4B and 35. RGB value is (58,75,53). Sum of RGB (Red+Green+Blue) = 58+75+53=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 75 (29.69% from 255 or 40.32% from 186); Blue value is 53 (21.09% from 255 or 28.49% from 186); Max value from RGB is 75 - color contains mainly: green. Hex color #3A4B35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4B35 is #C5B4CA. Grayscale: #434343. Windows color (decimal): -12956875 or 3492666. OLE color: 3492666.

HSL color Cylindrical-coordinate representation of color #3A4B35: hue angle of 106.36º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A4B35 is Cyan = 0.23, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.71.

Color convert

RGB587553-
CMYK0.2300.290.71
HSL106.36º17.19%25.1%-
HSV(B)106.36º29.33%29.41%-
XYZ4.96.194.3-
YUV67.41119.87121.29-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 31.18%
GREEN value IS 75 (29.69% from 255) = 40.32%
BLUE value IS 53 (21.09% from 255) = 28.49%
R=31.18%
G=40.32%
B=28.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5875530.2300.290.71106.3617.1925.1
Hex3A4B351701D476a1119
Octal7211365270351071522131
Binary111010100101111010110111011101100011111010101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A4B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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