Html Css Color HEX #3F694D Feldgrau

📋 copy color: '#3F694D'

red 63 ◦ green 105 ◦ blue 77

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

Shades of Feldgrau #3F694D

Tints of Feldgrau #3F694D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 42.86%

 BLUE value IS 77 (30.47% from 255) = 31.43%

R = 25.71%
G = 42.86%
B = 31.43%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#3F694D (or 0x3F694D) is known color: Feldgrau. HEX triplet: 3F, 69 and 4D. RGB value is (63,105,77). Sum of RGB (Red+Green+Blue) = 63+105+77=245 (32% of max value = 765). Red value is 63 (25% from 255 or 25.71% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 105 - color contains mainly: green. Hex color #3F694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F694D is #C096B2. Grayscale: #595959. Windows color (decimal): -12621491 or 5073215. OLE color: 5073215.

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

Color convert

RGB 63 105 77 -
CMYK 0.4 0 0.27 0.59
HSL 140º 0.25% 0.33% -
HSV(B) 140º 0.4% 0.41% -
XYZ 8.44 11.7 8.83 -
YUV 89.25 121.09 109.28 -
System Red Green Blue C M Y K H S L
Decimal 63 105 77 0.4 0 0.27 0.59 140 0.25 0.33
Hex 3F 69 4D 28 0 1B 3B 8C 19 21
Octal 77 151 115 50 0 33 73 214 31 41
Binary 111111 1101001 1001101 101000 0 11011 111011 10001100 11001 100001

Color Harmonies of #3F694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F694D

Black with #3F694D

Text Example


Text Example

White with #3F694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,105,77); }

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

background-color css

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

 a { background-color: rgb(63,105,77); }

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

border-color css

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

 span { border-color: rgb(63,105,77); }

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