Html Css Color HEX #40654C Feldgrau

📋 copy color: '#40654C'

red 64 ◦ green 101 ◦ blue 76

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

Shades of Feldgrau #40654C

Tints of Feldgrau #40654C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 41.91%

 BLUE value IS 76 (30.08% from 255) = 31.54%

R = 26.56%
G = 41.91%
B = 31.54%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#40654C (or 0x40654C) is known color: Feldgrau. HEX triplet: 40, 65 and 4C. RGB value is (64,101,76). Sum of RGB (Red+Green+Blue) = 64+101+76=241 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.56% from 241); Green value is 101 (39.84% from 255 or 41.91% from 241); Blue value is 76 (30.08% from 255 or 31.54% from 241); Max value from RGB is 101 - color contains mainly: green. Hex color #40654C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40654C is #BF9AB3. Grayscale: #575757. Windows color (decimal): -12556980 or 5006656. OLE color: 5006656.

HSL color Cylindrical-coordinate representation of color #40654C: hue angle of 139.46º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40654C is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 76 -
CMYK 0.37 0 0.25 0.60
HSL 139.46º 0.22% 0.32% -
HSV(B) 139.46º 0.37% 0.4% -
XYZ 8.07 10.92 8.52 -
YUV 87.09 121.74 111.53 -
System Red Green Blue C M Y K H S L
Decimal 64 101 76 0.37 0 0.25 0.60 139.46 0.22 0.32
Hex 40 65 4C 25 0 19 3C 8B 16 20
Octal 100 145 114 45 0 31 74 213 26 40
Binary 1000000 1100101 1001100 100101 0 11001 111100 10001011 10110 100000

Color Harmonies of #40654C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40654C

Black with #40654C

Text Example


Text Example

White with #40654C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40654C; }

 p { color: rgb(64,101,76); }

 H1.HeaderClassName
 {
   color: #40654C;
 }
 .AnyTagClassName
 {
   color: #40654C;
 }
</style>

background-color css

<style>
 a { background-color: #40654C; }

 a { background-color: rgb(64,101,76); }

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

border-color css

<style>
 span { border-color: #40654C; }

 span { border-color: rgb(64,101,76); }

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