Html Css Color HEX #40604B Feldgrau

📋 copy color: '#40604B'

red 64 ◦ green 96 ◦ blue 75

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

Shades of Feldgrau #40604B

Tints of Feldgrau #40604B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 40.85%

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

R = 27.23%
G = 40.85%
B = 31.91%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#40604B (or 0x40604B) is known color: Feldgrau. HEX triplet: 40, 60 and 4B. RGB value is (64,96,75). Sum of RGB (Red+Green+Blue) = 64+96+75=235 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.23% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 75 (29.69% from 255 or 31.91% from 235); Max value from RGB is 96 - color contains mainly: green. Hex color #40604B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40604B is #BF9FB4. Grayscale: #545454. Windows color (decimal): -12558261 or 4939840. OLE color: 4939840.

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

Color convert

RGB 64 96 75 -
CMYK 0.33 0 0.22 0.62
HSL 140.63º 0.2% 0.31% -
HSV(B) 140.63º 0.33% 0.38% -
XYZ 7.57 9.96 8.18 -
YUV 84.04 122.9 113.71 -
System Red Green Blue C M Y K H S L
Decimal 64 96 75 0.33 0 0.22 0.62 140.63 0.2 0.31
Hex 40 60 4B 21 0 16 3E 8D 14 1F
Octal 100 140 113 41 0 26 76 215 24 37
Binary 1000000 1100000 1001011 100001 0 10110 111110 10001101 10100 11111

Color Harmonies of #40604B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40604B

Black with #40604B

Text Example


Text Example

White with #40604B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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