Html Css Color HEX #40614A Feldgrau

📋 copy color: '#40614A'

red 64 ◦ green 97 ◦ blue 74

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

Shades of Feldgrau #40614A

Tints of Feldgrau #40614A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 31.49%

R = 27.23%
G = 41.28%
B = 31.49%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#40614A (or 0x40614A) is known color: Feldgrau. HEX triplet: 40, 61 and 4A. RGB value is (64,97,74). Sum of RGB (Red+Green+Blue) = 64+97+74=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 97 (38.28% from 255 or 41.28% from 235); Blue value is 74 (29.30% from 255 or 31.49% from 235); Max value from RGB is 97 - color contains mainly: green. Hex color #40614A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40614A is #BF9EB5. Grayscale: #545454. Windows color (decimal): -12558006 or 4874560. OLE color: 4874560.

HSL color Cylindrical-coordinate representation of color #40614A: hue angle of 138.18º 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 #40614A is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 74 -
CMYK 0.34 0 0.24 0.62
HSL 138.18º 0.2% 0.32% -
HSV(B) 138.18º 0.34% 0.38% -
XYZ 7.63 10.13 8.03 -
YUV 84.51 122.07 113.37 -
System Red Green Blue C M Y K H S L
Decimal 64 97 74 0.34 0 0.24 0.62 138.18 0.2 0.32
Hex 40 61 4A 22 0 18 3E 8A 14 20
Octal 100 141 112 42 0 30 76 212 24 40
Binary 1000000 1100001 1001010 100010 0 11000 111110 10001010 10100 100000

Color Harmonies of #40614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40614A

Black with #40614A

Text Example


Text Example

White with #40614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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