#3F6349

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

Shades of Feldgrau #3F6349

Tints of Feldgrau #3F6349

Color information

#3F6349 (or 0x3F6349) is unknown color: approx Feldgrau. HEX triplet: 3F, 63 and 49. RGB value is (63,99,73). Sum of RGB (Red+Green+Blue) = 63+99+73=235 (31% of max value = 765). Red value is 63 (25% from 255 or 26.81% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 73 (28.91% from 255 or 31.06% from 235); Max value from RGB is 99 - color contains mainly: green. Hex color #3F6349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6349 is #C09CB6. Grayscale: #555555. Windows color (decimal): -12623031 or 4809535. OLE color: 4809535.

HSL color Cylindrical-coordinate representation of color #3F6349: hue angle of 136.67º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3F6349 is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.61.

Color convert

RGB639973-
CMYK0.3600.260.61
HSL136.67º22.22%31.76%-
HSV(B)136.67º36.36%38.82%-
XYZ7.7110.467.92-
YUV85.27121.07112.11-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 26.81%
GREEN value IS 99 (39.06% from 255) = 42.13%
BLUE value IS 73 (28.91% from 255) = 31.06%
R=26.81%
G=42.13%
B=31.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6399730.3600.260.61136.6722.2231.76
Hex3F63492401A3D891620
Octal7714311144032752112640
Binary111111110001110010011001000110101111011000100110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F6349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,99,73); }

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

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

 a { background-color: rgb(63,99,73); }

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

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

 span { border-color: rgb(63,99,73); }

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