Html Css Color HEX #4C5950 Feldgrau

📋 copy color: '#4C5950'

red 76 ◦ green 89 ◦ blue 80

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

Shades of Feldgrau #4C5950

Tints of Feldgrau #4C5950

RGB

 RED value IS 76 (30.08% from 255) = 31.02%

 GREEN value IS 89 (35.16% from 255) = 36.33%

 BLUE value IS 80 (31.64% from 255) = 32.65%

R = 31.02%
G = 36.33%
B = 32.65%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.10

 K value IS 0.65

RGB Variations

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

Color information

#4C5950 (or 0x4C5950) is known color: Feldgrau. HEX triplet: 4C, 59 and 50. RGB value is (76,89,80). Sum of RGB (Red+Green+Blue) = 76+89+80=245 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.02% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 89 - color contains mainly: green. Hex color #4C5950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C5950 is #B3A6AF. Grayscale: #545454. Windows color (decimal): -11773616 or 5265740. OLE color: 5265740.

HSL color Cylindrical-coordinate representation of color #4C5950: hue angle of 138.46º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #4C5950 is Cyan = 0.15, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB 76 89 80 -
CMYK 0.15 0 0.10 0.65
HSL 138.46º 0.08% 0.32% -
HSV(B) 138.46º 0.15% 0.35% -
XYZ 8 9.26 8.96 -
YUV 84.09 125.69 122.23 -
System Red Green Blue C M Y K H S L
Decimal 76 89 80 0.15 0 0.10 0.65 138.46 0.08 0.32
Hex 4C 59 50 F 0 A 41 8A 8 20
Octal 114 131 120 17 0 12 101 212 10 40
Binary 1001100 1011001 1010000 1111 0 1010 1000001 10001010 1000 100000

Color Harmonies of #4C5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C5950

Black with #4C5950

Text Example


Text Example

White with #4C5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C5950; }

 p { color: rgb(76,89,80); }

 H1.HeaderClassName
 {
   color: #4C5950;
 }
 .AnyTagClassName
 {
   color: #4C5950;
 }
</style>

background-color css

<style>
 a { background-color: #4C5950; }

 a { background-color: rgb(76,89,80); }

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

border-color css

<style>
 span { border-color: #4C5950; }

 span { border-color: rgb(76,89,80); }

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