Html Css Color HEX #40694D Feldgrau

📋 copy color: '#40694D'

red 64 ◦ green 105 ◦ blue 77

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

Shades of Feldgrau #40694D

Tints of Feldgrau #40694D

RGB

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

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

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

R = 26.02%
G = 42.68%
B = 31.3%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.27

 K value IS 0.59

RGB Variations

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

Color information

#40694D (or 0x40694D) is known color: Feldgrau. HEX triplet: 40, 69 and 4D. RGB value is (64,105,77). Sum of RGB (Red+Green+Blue) = 64+105+77=246 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.02% from 246); Green value is 105 (41.41% from 255 or 42.68% from 246); Blue value is 77 (30.47% from 255 or 31.30% from 246); Max value from RGB is 105 - color contains mainly: green. Hex color #40694D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40694D is #BF96B2. Grayscale: #595959. Windows color (decimal): -12555955 or 5073216. OLE color: 5073216.

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

Color convert

RGB 64 105 77 -
CMYK 0.39 0 0.27 0.59
HSL 139.02º 0.24% 0.33% -
HSV(B) 139.02º 0.39% 0.41% -
XYZ 8.51 11.73 8.84 -
YUV 89.55 120.92 109.78 -
System Red Green Blue C M Y K H S L
Decimal 64 105 77 0.39 0 0.27 0.59 139.02 0.24 0.33
Hex 40 69 4D 27 0 1B 3B 8B 18 21
Octal 100 151 115 47 0 33 73 213 30 41
Binary 1000000 1101001 1001101 100111 0 11011 111011 10001011 11000 100001

Color Harmonies of #40694D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40694D

Black with #40694D

Text Example


Text Example

White with #40694D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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