#3F4C3B

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

Shades of Palm Leaf #3F4C3B

Tints of Palm Leaf #3F4C3B

Color information

#3F4C3B (or 0x3F4C3B) is unknown color: approx Palm Leaf. HEX triplet: 3F, 4C and 3B. RGB value is (63,76,59). Sum of RGB (Red+Green+Blue) = 63+76+59=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 76 (30.08% from 255 or 38.38% from 198); Blue value is 59 (23.44% from 255 or 29.80% from 198); Max value from RGB is 76 - color contains mainly: green. Hex color #3F4C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4C3B is #C0B3C4. Grayscale: #464646. Windows color (decimal): -12628933 or 3886143. OLE color: 3886143.

HSL color Cylindrical-coordinate representation of color #3F4C3B: hue angle of 105.88º degrees, saturation: 0.13, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #3F4C3B is Cyan = 0.17, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.70.

Color convert

RGB637659-
CMYK0.1700.220.70
HSL105.88º12.59%26.47%-
HSV(B)105.88º22.37%29.8%-
XYZ5.426.545.11-
YUV70.18121.69122.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.82%
GREEN value IS 76 (30.08% from 255) = 38.38%
BLUE value IS 59 (23.44% from 255) = 29.80%
R=31.82%
G=38.38%
B=29.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6376590.1700.220.70105.8812.5926.47
Hex3F4C3B11016466ad1a
Octal7711473210261061521532
Binary11111110011001110111000101011010001101101010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,76,59); }

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

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

 a { background-color: rgb(63,76,59); }

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

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

 span { border-color: rgb(63,76,59); }

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