Html Css Color HEX #40684F Feldgrau

📋 copy color: '#40684F'

red 64 ◦ green 104 ◦ blue 79

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

Shades of Feldgrau #40684F

Tints of Feldgrau #40684F

RGB

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

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

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

R = 25.91%
G = 42.11%
B = 31.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.24

 K value IS 0.59

RGB Variations

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

Color information

#40684F (or 0x40684F) is known color: Feldgrau. HEX triplet: 40, 68 and 4F. RGB value is (64,104,79). Sum of RGB (Red+Green+Blue) = 64+104+79=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #40684F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40684F is #BF97B0. Grayscale: #595959. Windows color (decimal): -12556209 or 5204032. OLE color: 5204032.

HSL color Cylindrical-coordinate representation of color #40684F: hue angle of 142.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 #40684F is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 104 79 -
CMYK 0.38 0 0.24 0.59
HSL 142.5º 0.24% 0.33% -
HSV(B) 142.5º 0.38% 0.41% -
XYZ 8.48 11.56 9.18 -
YUV 89.19 122.25 110.03 -
System Red Green Blue C M Y K H S L
Decimal 64 104 79 0.38 0 0.24 0.59 142.5 0.24 0.33
Hex 40 68 4F 26 0 18 3B 8E 18 21
Octal 100 150 117 46 0 30 73 216 30 41
Binary 1000000 1101000 1001111 100110 0 11000 111011 10001110 11000 100001

Color Harmonies of #40684F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40684F

Black with #40684F

Text Example


Text Example

White with #40684F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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