Html Css Color HEX #40614B Feldgrau

📋 copy color: '#40614B'

red 64 ◦ green 97 ◦ blue 75

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

Shades of Feldgrau #40614B

Tints of Feldgrau #40614B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 41.1%

 BLUE value IS 75 (29.69% from 255) = 31.78%

R = 27.12%
G = 41.1%
B = 31.78%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#40614B (or 0x40614B) is known color: Feldgrau. HEX triplet: 40, 61 and 4B. RGB value is (64,97,75). Sum of RGB (Red+Green+Blue) = 64+97+75=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 97 (38.28% from 255 or 41.10% from 236); Blue value is 75 (29.69% from 255 or 31.78% from 236); Max value from RGB is 97 - color contains mainly: green. Hex color #40614B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40614B is #BF9EB4. Grayscale: #545454. Windows color (decimal): -12558005 or 4940096. OLE color: 4940096.

HSL color Cylindrical-coordinate representation of color #40614B: hue angle of 140º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40614B is Cyan = 0.34, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 75 -
CMYK 0.34 0 0.23 0.62
HSL 140º 0.2% 0.32% -
HSV(B) 140º 0.34% 0.38% -
XYZ 7.66 10.15 8.21 -
YUV 84.63 122.57 113.29 -
System Red Green Blue C M Y K H S L
Decimal 64 97 75 0.34 0 0.23 0.62 140 0.2 0.32
Hex 40 61 4B 22 0 17 3E 8C 14 20
Octal 100 141 113 42 0 27 76 214 24 40
Binary 1000000 1100001 1001011 100010 0 10111 111110 10001100 10100 100000

Color Harmonies of #40614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40614B

Black with #40614B

Text Example


Text Example

White with #40614B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40614B; }

 p { color: rgb(64,97,75); }

 H1.HeaderClassName
 {
   color: #40614B;
 }
 .AnyTagClassName
 {
   color: #40614B;
 }
</style>

background-color css

<style>
 a { background-color: #40614B; }

 a { background-color: rgb(64,97,75); }

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

border-color css

<style>
 span { border-color: #40614B; }

 span { border-color: rgb(64,97,75); }

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