Html Css Color HEX #3F684F Feldgrau

📋 copy color: '#3F684F'

red 63 ◦ green 104 ◦ blue 79

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

Shades of Feldgrau #3F684F

Tints of Feldgrau #3F684F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 42.28%

 BLUE value IS 79 (31.25% from 255) = 32.11%

R = 25.61%
G = 42.28%
B = 32.11%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#3F684F (or 0x3F684F) is known color: Feldgrau. HEX triplet: 3F, 68 and 4F. RGB value is (63,104,79). Sum of RGB (Red+Green+Blue) = 63+104+79=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 104 - color contains mainly: green. Hex color #3F684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F684F is #C097B0. Grayscale: #585858. Windows color (decimal): -12621745 or 5204031. OLE color: 5204031.

HSL color Cylindrical-coordinate representation of color #3F684F: hue angle of 143.41º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F684F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 104 79 -
CMYK 0.39 0 0.24 0.59
HSL 143.41º 0.25% 0.33% -
HSV(B) 143.41º 0.39% 0.41% -
XYZ 8.41 11.52 9.18 -
YUV 88.89 122.42 109.53 -
System Red Green Blue C M Y K H S L
Decimal 63 104 79 0.39 0 0.24 0.59 143.41 0.25 0.33
Hex 3F 68 4F 27 0 18 3B 8F 19 21
Octal 77 150 117 47 0 30 73 217 31 41
Binary 111111 1101000 1001111 100111 0 11000 111011 10001111 11001 100001

Color Harmonies of #3F684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F684F

Black with #3F684F

Text Example


Text Example

White with #3F684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,104,79); }

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

background-color css

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

 a { background-color: rgb(63,104,79); }

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

border-color css

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

 span { border-color: rgb(63,104,79); }

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