Html Css Color HEX #3F694E Feldgrau

📋 copy color: '#3F694E'

red 63 ◦ green 105 ◦ blue 78

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

Shades of Feldgrau #3F694E

Tints of Feldgrau #3F694E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.71%

R = 25.61%
G = 42.68%
B = 31.71%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#3F694E (or 0x3F694E) is known color: Feldgrau. HEX triplet: 3F, 69 and 4E. RGB value is (63,105,78). Sum of RGB (Red+Green+Blue) = 63+105+78=246 (32% of max value = 765). Red value is 63 (25% from 255 or 25.61% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #3F694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F694E is #C096B1. Grayscale: #595959. Windows color (decimal): -12621490 or 5138751. OLE color: 5138751.

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

Color convert

RGB 63 105 78 -
CMYK 0.4 0 0.26 0.59
HSL 141.43º 0.25% 0.33% -
HSV(B) 141.43º 0.4% 0.41% -
XYZ 8.48 11.71 9.02 -
YUV 89.36 121.59 109.2 -
System Red Green Blue C M Y K H S L
Decimal 63 105 78 0.4 0 0.26 0.59 141.43 0.25 0.33
Hex 3F 69 4E 28 0 1A 3B 8D 19 21
Octal 77 151 116 50 0 32 73 215 31 41
Binary 111111 1101001 1001110 101000 0 11010 111011 10001101 11001 100001

Color Harmonies of #3F694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F694E

Black with #3F694E

Text Example


Text Example

White with #3F694E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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