#3F604A

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

Shades of Feldgrau #3F604A

Tints of Feldgrau #3F604A

Color information

#3F604A (or 0x3F604A) is unknown color: approx Feldgrau. HEX triplet: 3F, 60 and 4A. RGB value is (63,96,74). Sum of RGB (Red+Green+Blue) = 63+96+74=233 (30% of max value = 765). Red value is 63 (25% from 255 or 27.04% from 233); Green value is 96 (37.89% from 255 or 41.20% from 233); Blue value is 74 (29.30% from 255 or 31.76% from 233); Max value from RGB is 96 - color contains mainly: green. Hex color #3F604A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F604A is #C09FB5. Grayscale: #535353. Windows color (decimal): -12623798 or 4874303. OLE color: 4874303.

HSL color Cylindrical-coordinate representation of color #3F604A: hue angle of 140º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F604A is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB639674-
CMYK0.3400.230.62
HSL140º20.75%31.18%-
HSV(B)140º34.38%37.65%-
XYZ7.479.928-
YUV83.62122.57113.29-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 27.04%
GREEN value IS 96 (37.89% from 255) = 41.20%
BLUE value IS 74 (29.30% from 255) = 31.76%
R=27.04%
G=41.20%
B=31.76%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6396740.3400.230.6214020.7531.18
Hex3F604A220173E8c151f
Octal7714011242027762142537
Binary11111111000001001010100010010111111110100011001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F604A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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