#3F6A4E

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

Shades of Feldgrau #3F6A4E

Tints of Feldgrau #3F6A4E

Color information

#3F6A4E (or 0x3F6A4E) is unknown color: approx Feldgrau. HEX triplet: 3F, 6A and 4E. RGB value is (63,106,78). Sum of RGB (Red+Green+Blue) = 63+106+78=247 (32% of max value = 765). Red value is 63 (25% from 255 or 25.51% from 247); Green value is 106 (41.80% from 255 or 42.91% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A4E is #C095B1. Grayscale: #5A5A5A. Windows color (decimal): -12621234 or 5139007. OLE color: 5139007.

HSL color Cylindrical-coordinate representation of color #3F6A4E: hue angle of 140.93º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F6A4E is Cyan = 0.41, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.58.

Color convert

RGB6310678-
CMYK0.4100.260.58
HSL140.93º25.44%33.14%-
HSV(B)140.93º40.57%41.57%-
XYZ8.5811.919.06-
YUV89.95121.25108.78-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.51%
GREEN value IS 106 (41.80% from 255) = 42.91%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=25.51%
G=42.91%
B=31.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106780.4100.260.58140.9325.4433.14
Hex3F6A4E2901A3A8d1921
Octal7715211651032722153141
Binary111111110101010011101010010110101110101000110111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,106,78); }

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

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

 a { background-color: rgb(63,106,78); }

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

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

 span { border-color: rgb(63,106,78); }

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