Html Css Color HEX #4E6055 Feldgrau

📋 copy color: '#4E6055'

red 78 ◦ green 96 ◦ blue 85

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

Shades of Feldgrau #4E6055

Tints of Feldgrau #4E6055

RGB

 RED value IS 78 (30.86% from 255) = 30.12%

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

 BLUE value IS 85 (33.59% from 255) = 32.82%

R = 30.12%
G = 37.07%
B = 32.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.11

 K value IS 0.62

RGB Variations

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

Color information

#4E6055 (or 0x4E6055) is known color: Feldgrau. HEX triplet: 4E, 60 and 55. RGB value is (78,96,85). Sum of RGB (Red+Green+Blue) = 78+96+85=259 (34% of max value = 765). Red value is 78 (30.86% from 255 or 30.12% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 85 (33.59% from 255 or 32.82% from 259); Max value from RGB is 96 - color contains mainly: green. Hex color #4E6055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #4E6055 is #B19FAA. Grayscale: #595959. Windows color (decimal): -11640747 or 5595214. OLE color: 5595214.

HSL color Cylindrical-coordinate representation of color #4E6055: hue angle of 143.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4E6055 is Cyan = 0.19, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.62.

Color convert

RGB 78 96 85 -
CMYK 0.19 0 0.11 0.62
HSL 143.33º 0.1% 0.34% -
HSV(B) 143.33º 0.19% 0.38% -
XYZ 8.96 10.64 10.18 -
YUV 89.36 125.54 119.89 -
System Red Green Blue C M Y K H S L
Decimal 78 96 85 0.19 0 0.11 0.62 143.33 0.1 0.34
Hex 4E 60 55 13 0 B 3E 8F A 22
Octal 116 140 125 23 0 13 76 217 12 42
Binary 1001110 1100000 1010101 10011 0 1011 111110 10001111 1010 100010

Color Harmonies of #4E6055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E6055

Black with #4E6055

Text Example


Text Example

White with #4E6055

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,96,85); }

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

background-color css

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

 a { background-color: rgb(78,96,85); }

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

border-color css

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

 span { border-color: rgb(78,96,85); }

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