Html Css Color HEX #3F684C Feldgrau

📋 copy color: '#3F684C'

red 63 ◦ green 104 ◦ blue 76

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

Shades of Feldgrau #3F684C

Tints of Feldgrau #3F684C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.28%

R = 25.93%
G = 42.8%
B = 31.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#3F684C (or 0x3F684C) is known color: Feldgrau. HEX triplet: 3F, 68 and 4C. RGB value is (63,104,76). Sum of RGB (Red+Green+Blue) = 63+104+76=243 (32% of max value = 765). Red value is 63 (25% from 255 or 25.93% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 76 (30.08% from 255 or 31.28% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #3F684C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F684C is #C097B3. Grayscale: #585858. Windows color (decimal): -12621748 or 5007423. OLE color: 5007423.

HSL color Cylindrical-coordinate representation of color #3F684C: hue angle of 139.02º 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 #3F684C is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB 63 104 76 -
CMYK 0.39 0 0.27 0.59
HSL 139.02º 0.25% 0.33% -
HSV(B) 139.02º 0.39% 0.41% -
XYZ 8.3 11.48 8.62 -
YUV 88.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 63 104 76 0.39 0 0.27 0.59 139.02 0.25 0.33
Hex 3F 68 4C 27 0 1B 3B 8B 19 21
Octal 77 150 114 47 0 33 73 213 31 41
Binary 111111 1101000 1001100 100111 0 11011 111011 10001011 11001 100001

Color Harmonies of #3F684C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F684C

Black with #3F684C

Text Example


Text Example

White with #3F684C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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