Html Css Color HEX #3F6049 Feldgrau

📋 copy color: '#3F6049'

red 63 ◦ green 96 ◦ blue 73

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

Shades of Feldgrau #3F6049

Tints of Feldgrau #3F6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 41.38%

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

R = 27.16%
G = 41.38%
B = 31.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#3F6049 (or 0x3F6049) is known color: Feldgrau. HEX triplet: 3F, 60 and 49. RGB value is (63,96,73). Sum of RGB (Red+Green+Blue) = 63+96+73=232 (30% of max value = 765). Red value is 63 (25% from 255 or 27.16% from 232); Green value is 96 (37.89% from 255 or 41.38% from 232); Blue value is 73 (28.91% from 255 or 31.47% from 232); Max value from RGB is 96 - color contains mainly: green. Hex color #3F6049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6049 is #C09FB6. Grayscale: #535353. Windows color (decimal): -12623799 or 4808767. OLE color: 4808767.

HSL color Cylindrical-coordinate representation of color #3F6049: hue angle of 138.18º 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 #3F6049 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 63 96 73 -
CMYK 0.34 0 0.24 0.62
HSL 138.18º 0.21% 0.31% -
HSV(B) 138.18º 0.34% 0.38% -
XYZ 7.44 9.9 7.82 -
YUV 83.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 63 96 73 0.34 0 0.24 0.62 138.18 0.21 0.31
Hex 3F 60 49 22 0 18 3E 8A 15 1F
Octal 77 140 111 42 0 30 76 212 25 37
Binary 111111 1100000 1001001 100010 0 11000 111110 10001010 10101 11111

Color Harmonies of #3F6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6049

Black with #3F6049

Text Example


Text Example

White with #3F6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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