Html Css Color HEX #3F6249 Feldgrau

📋 copy color: '#3F6249'

red 63 ◦ green 98 ◦ blue 73

#3F6249
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feldgrau #3F6249

Tints of Feldgrau #3F6249

RGB

 RED value IS 63 (25% from 255) = 26.92%

 GREEN value IS 98 (38.67% from 255) = 41.88%

 BLUE value IS 73 (28.91% from 255) = 31.2%

R = 26.92%
G = 41.88%
B = 31.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#3F6249 (or 0x3F6249) is known color: Feldgrau. HEX triplet: 3F, 62 and 49. RGB value is (63,98,73). Sum of RGB (Red+Green+Blue) = 63+98+73=234 (30% of max value = 765). Red value is 63 (25% from 255 or 26.92% from 234); Green value is 98 (38.67% from 255 or 41.88% from 234); Blue value is 73 (28.91% from 255 or 31.20% from 234); Max value from RGB is 98 - color contains mainly: green. Hex color #3F6249 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6249 is #C09DB6. Grayscale: #545454. Windows color (decimal): -12623287 or 4809279. OLE color: 4809279.

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

Color convert

RGB 63 98 73 -
CMYK 0.36 0 0.26 0.62
HSL 137.14º 0.22% 0.32% -
HSV(B) 137.14º 0.36% 0.38% -
XYZ 7.62 10.27 7.88 -
YUV 84.69 121.4 112.53 -
System Red Green Blue C M Y K H S L
Decimal 63 98 73 0.36 0 0.26 0.62 137.14 0.22 0.32
Hex 3F 62 49 24 0 1A 3E 89 16 20
Octal 77 142 111 44 0 32 76 211 26 40
Binary 111111 1100010 1001001 100100 0 11010 111110 10001001 10110 100000

Color Harmonies of #3F6249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6249

Black with #3F6249

Text Example


Text Example

White with #3F6249

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3F6249;
 }
 .AnyTagClassName
 {
   color: #3F6249;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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