#3D542F

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

Shades of Palm Leaf #3D542F

Tints of Palm Leaf #3D542F

Color information

#3D542F (or 0x3D542F) is unknown color: approx Palm Leaf. HEX triplet: 3D, 54 and 2F. RGB value is (61,84,47). Sum of RGB (Red+Green+Blue) = 61+84+47=192 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.77% from 192); Green value is 84 (33.20% from 255 or 43.75% from 192); Blue value is 47 (18.75% from 255 or 24.48% from 192); Max value from RGB is 84 - color contains mainly: green. Hex color #3D542F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D542F is #C2ABD0. Grayscale: #494949. Windows color (decimal): -12757969 or 3101757. OLE color: 3101757.

HSL color Cylindrical-coordinate representation of color #3D542F: hue angle of 97.3º degrees, saturation: 0.28, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3D542F is Cyan = 0.27, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.67.

Color convert

RGB618447-
CMYK0.2700.440.67
HSL97.3º28.24%25.69%-
HSV(B)97.3º44.05%32.94%-
XYZ5.617.543.85-
YUV72.9113.38119.51-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 31.77%
GREEN value IS 84 (33.20% from 255) = 43.75%
BLUE value IS 47 (18.75% from 255) = 24.48%
R=31.77%
G=43.75%
B=24.48%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6184470.2700.440.6797.328.2425.69
Hex3D542F1B02C43611c1a
Octal7512457330541031413432
Binary1111011010100101111110110101100100001111000011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D542F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,84,47); }

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

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

 a { background-color: rgb(61,84,47); }

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

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

 span { border-color: rgb(61,84,47); }

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