#3F443D

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

Shades of Palm Leaf #3F443D

Tints of Palm Leaf #3F443D

Color information

#3F443D (or 0x3F443D) is unknown color: approx Palm Leaf. HEX triplet: 3F, 44 and 3D. RGB value is (63,68,61). Sum of RGB (Red+Green+Blue) = 63+68+61=192 (25% of max value = 765). Red value is 63 (25% from 255 or 32.81% from 192); Green value is 68 (26.95% from 255 or 35.42% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 68 - color contains mainly: green. Hex color #3F443D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F443D is #C0BBC2. Grayscale: #414141. Windows color (decimal): -12630979 or 4015167. OLE color: 4015167.

HSL color Cylindrical-coordinate representation of color #3F443D: hue angle of 102.86º degrees, saturation: 0.05, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F443D is Cyan = 0.07, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB636861-
CMYK0.0700.100.73
HSL102.86º5.43%25.29%-
HSV(B)102.86º10.29%26.67%-
XYZ4.965.535.22-
YUV65.71125.34126.07-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 32.81%
GREEN value IS 68 (26.95% from 255) = 35.42%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=32.81%
G=35.42%
B=31.77%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6368610.0700.100.73102.865.4325.29
Hex3F443D70A4967519
Octal77104757012111147531
Binary1111111000100111101111010101001001110011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F443D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,68,61); }

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

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

 a { background-color: rgb(63,68,61); }

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

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

 span { border-color: rgb(63,68,61); }

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