Html Css Color HEX #3F6349 Feldgrau

📋 copy color: '#3F6349'

red 63 ◦ green 99 ◦ blue 73

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

Shades of Feldgrau #3F6349

Tints of Feldgrau #3F6349

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 value IS 0.36

 M value IS 0

 Y value IS 0.26

 K value IS 0.61

RGB Variations

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

Color information

#3F6349 (or 0x3F6349) is known color: 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

RGB 63 99 73 -
CMYK 0.36 0 0.26 0.61
HSL 136.67º 0.22% 0.32% -
HSV(B) 136.67º 0.36% 0.39% -
XYZ 7.71 10.46 7.92 -
YUV 85.27 121.07 112.11 -
System Red Green Blue C M Y K H S L
Decimal 63 99 73 0.36 0 0.26 0.61 136.67 0.22 0.32
Hex 3F 63 49 24 0 1A 3D 89 16 20
Octal 77 143 111 44 0 32 75 211 26 40
Binary 111111 1100011 1001001 100100 0 11010 111101 10001001 10110 100000

Color Harmonies of #3F6349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6349

Black with #3F6349

Text Example


Text Example

White with #3F6349

Text Example


Text Example

HTML Codes & Css Web 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>