#3D4C35

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

Shades of Palm Leaf #3D4C35

Tints of Palm Leaf #3D4C35

Color information

#3D4C35 (or 0x3D4C35) is unknown color: approx Palm Leaf. HEX triplet: 3D, 4C and 35. RGB value is (61,76,53). Sum of RGB (Red+Green+Blue) = 61+76+53=190 (25% of max value = 765). Red value is 61 (24.22% from 255 or 32.11% from 190); Green value is 76 (30.08% from 255 or 40% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 76 - color contains mainly: green. Hex color #3D4C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D4C35 is #C2B3CA. Grayscale: #444444. Windows color (decimal): -12760011 or 3492925. OLE color: 3492925.

HSL color Cylindrical-coordinate representation of color #3D4C35: hue angle of 99.13º 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 #3D4C35 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.70.

Color convert

RGB617653-
CMYK0.2000.300.70
HSL99.13º17.83%25.29%-
HSV(B)99.13º30.26%29.8%-
XYZ5.156.424.34-
YUV68.89119.03122.37-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 32.11%
GREEN value IS 76 (30.08% from 255) = 40%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=32.11%
G=40%
B=27.89%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6176530.2000.300.7099.1317.8325.29
Hex3D4C351401E46631219
Octal7511465240361061432231
Binary111101100110011010110100011110100011011000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D4C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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