Html Css Color HEX #40634B Feldgrau

📋 copy color: '#40634B'

red 64 ◦ green 99 ◦ blue 75

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

Shades of Feldgrau #40634B

Tints of Feldgrau #40634B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 41.6%

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

R = 26.89%
G = 41.6%
B = 31.51%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.24

 K value IS 0.61

RGB Variations

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

Color information

#40634B (or 0x40634B) is known color: Feldgrau. HEX triplet: 40, 63 and 4B. RGB value is (64,99,75). Sum of RGB (Red+Green+Blue) = 64+99+75=238 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.89% from 238); Green value is 99 (39.06% from 255 or 41.60% from 238); Blue value is 75 (29.69% from 255 or 31.51% from 238); Max value from RGB is 99 - color contains mainly: green. Hex color #40634B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40634B is #BF9CB4. Grayscale: #555555. Windows color (decimal): -12557493 or 4940608. OLE color: 4940608.

HSL color Cylindrical-coordinate representation of color #40634B: hue angle of 138.86º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40634B is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 75 -
CMYK 0.35 0 0.24 0.61
HSL 138.86º 0.21% 0.32% -
HSV(B) 138.86º 0.35% 0.39% -
XYZ 7.85 10.52 8.27 -
YUV 85.8 121.9 112.45 -
System Red Green Blue C M Y K H S L
Decimal 64 99 75 0.35 0 0.24 0.61 138.86 0.21 0.32
Hex 40 63 4B 23 0 18 3D 8B 15 20
Octal 100 143 113 43 0 30 75 213 25 40
Binary 1000000 1100011 1001011 100011 0 11000 111101 10001011 10101 100000

Color Harmonies of #40634B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40634B

Black with #40634B

Text Example


Text Example

White with #40634B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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