Html Css Color HEX #40684D Feldgrau

📋 copy color: '#40684D'

red 64 ◦ green 104 ◦ blue 77

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

Shades of Feldgrau #40684D

Tints of Feldgrau #40684D

RGB

 RED value IS 64 (25.39% from 255) = 26.12%

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

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

R = 26.12%
G = 42.45%
B = 31.43%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#40684D (or 0x40684D) is known color: Feldgrau. HEX triplet: 40, 68 and 4D. RGB value is (64,104,77). Sum of RGB (Red+Green+Blue) = 64+104+77=245 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.12% from 245); Green value is 104 (41.02% from 255 or 42.45% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 104 - color contains mainly: green. Hex color #40684D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40684D is #BF97B2. Grayscale: #595959. Windows color (decimal): -12556211 or 5072960. OLE color: 5072960.

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

Color convert

RGB 64 104 77 -
CMYK 0.38 0 0.26 0.59
HSL 139.5º 0.24% 0.33% -
HSV(B) 139.5º 0.38% 0.41% -
XYZ 8.4 11.53 8.8 -
YUV 88.96 121.25 110.2 -
System Red Green Blue C M Y K H S L
Decimal 64 104 77 0.38 0 0.26 0.59 139.5 0.24 0.33
Hex 40 68 4D 26 0 1A 3B 8C 18 21
Octal 100 150 115 46 0 32 73 214 30 41
Binary 1000000 1101000 1001101 100110 0 11010 111011 10001100 11000 100001

Color Harmonies of #40684D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40684D

Black with #40684D

Text Example


Text Example

White with #40684D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40684D; }

 p { color: rgb(64,104,77); }

 H1.HeaderClassName
 {
   color: #40684D;
 }
 .AnyTagClassName
 {
   color: #40684D;
 }
</style>

background-color css

<style>
 a { background-color: #40684D; }

 a { background-color: rgb(64,104,77); }

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

border-color css

<style>
 span { border-color: #40684D; }

 span { border-color: rgb(64,104,77); }

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