#3F4A3D

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

Shades of Palm Leaf #3F4A3D

Tints of Palm Leaf #3F4A3D

Color information

#3F4A3D (or 0x3F4A3D) is unknown color: approx Palm Leaf. HEX triplet: 3F, 4A and 3D. RGB value is (63,74,61). Sum of RGB (Red+Green+Blue) = 63+74+61=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 74 (29.30% from 255 or 37.37% from 198); Blue value is 61 (24.22% from 255 or 30.81% from 198); Max value from RGB is 74 - color contains mainly: green. Hex color #3F4A3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4A3D is #C0B5C2. Grayscale: #454545. Windows color (decimal): -12629443 or 4016703. OLE color: 4016703.

HSL color Cylindrical-coordinate representation of color #3F4A3D: hue angle of 110.77º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3F4A3D is Cyan = 0.15, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.71.

Color convert

RGB637461-
CMYK0.1500.180.71
HSL110.77º9.63%26.47%-
HSV(B)110.77º17.57%29.02%-
XYZ5.346.295.35-
YUV69.23123.36123.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 31.82%
GREEN value IS 74 (29.30% from 255) = 37.37%
BLUE value IS 61 (24.22% from 255) = 30.81%
R=31.82%
G=37.37%
B=30.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6374610.1500.180.71110.779.6326.47
Hex3F4A3DF012476fa1a
Octal7711275170221071571232
Binary1111111001010111101111101001010001111101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F4A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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