Html Css Color HEX #40694E Feldgrau

📋 copy color: '#40694E'

red 64 ◦ green 105 ◦ blue 78

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

Shades of Feldgrau #40694E

Tints of Feldgrau #40694E

RGB

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

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

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

R = 25.91%
G = 42.51%
B = 31.58%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.26

 K value IS 0.59

RGB Variations

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

Color information

#40694E (or 0x40694E) is known color: Feldgrau. HEX triplet: 40, 69 and 4E. RGB value is (64,105,78). Sum of RGB (Red+Green+Blue) = 64+105+78=247 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.91% from 247); Green value is 105 (41.41% from 255 or 42.51% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 105 - color contains mainly: green. Hex color #40694E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40694E is #BF96B1. Grayscale: #595959. Windows color (decimal): -12555954 or 5138752. OLE color: 5138752.

HSL color Cylindrical-coordinate representation of color #40694E: hue angle of 140.49º degrees, saturation: 0.24, 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 #40694E is Cyan = 0.39, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 78 -
CMYK 0.39 0 0.26 0.59
HSL 140.49º 0.24% 0.33% -
HSV(B) 140.49º 0.39% 0.41% -
XYZ 8.54 11.74 9.02 -
YUV 89.66 121.42 109.7 -
System Red Green Blue C M Y K H S L
Decimal 64 105 78 0.39 0 0.26 0.59 140.49 0.24 0.33
Hex 40 69 4E 27 0 1A 3B 8C 18 21
Octal 100 151 116 47 0 32 73 214 30 41
Binary 1000000 1101001 1001110 100111 0 11010 111011 10001100 11000 100001

Color Harmonies of #40694E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40694E

Black with #40694E

Text Example


Text Example

White with #40694E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40694E; }

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

 H1.HeaderClassName
 {
   color: #40694E;
 }
 .AnyTagClassName
 {
   color: #40694E;
 }
</style>

background-color css

<style>
 a { background-color: #40694E; }

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

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

border-color css

<style>
 span { border-color: #40694E; }

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

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