#3F6A4D

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

Shades of Feldgrau #3F6A4D

Tints of Feldgrau #3F6A4D

Color information

#3F6A4D (or 0x3F6A4D) is unknown color: approx Feldgrau. HEX triplet: 3F, 6A and 4D. RGB value is (63,106,77). Sum of RGB (Red+Green+Blue) = 63+106+77=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 106 - color contains mainly: green. Hex color #3F6A4D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6A4D is #C095B2. Grayscale: #595959. Windows color (decimal): -12621235 or 5073471. OLE color: 5073471.

HSL color Cylindrical-coordinate representation of color #3F6A4D: hue angle of 139.53º 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 #3F6A4D is Cyan = 0.41, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.58.

Color convert

RGB6310677-
CMYK0.4100.270.58
HSL139.53º25.44%33.14%-
HSV(B)139.53º40.57%41.57%-
XYZ8.5411.98.87-
YUV89.84120.75108.86-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 25.61%
GREEN value IS 106 (41.80% from 255) = 43.09%
BLUE value IS 77 (30.47% from 255) = 31.30%
R=25.61%
G=43.09%
B=31.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal63106770.4100.270.58139.5325.4433.14
Hex3F6A4D2901B3A8c1921
Octal7715211551033722143141
Binary111111110101010011011010010110111110101000110011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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