Html Css Color HEX #4C6557 Feldgrau

📋 copy color: '#4C6557'

red 76 ◦ green 101 ◦ blue 87

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

Shades of Feldgrau #4C6557

Tints of Feldgrau #4C6557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 32.95%

R = 28.79%
G = 38.26%
B = 32.95%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.14

 K value IS 0.60

RGB Variations

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

Color information

#4C6557 (or 0x4C6557) is known color: Feldgrau. HEX triplet: 4C, 65 and 57. RGB value is (76,101,87). Sum of RGB (Red+Green+Blue) = 76+101+87=264 (34% of max value = 765). Red value is 76 (30.08% from 255 or 28.79% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 87 (34.38% from 255 or 32.95% from 264); Max value from RGB is 101 - color contains mainly: green. Hex color #4C6557 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6557 is #B39AA8. Grayscale: #5B5B5B. Windows color (decimal): -11770537 or 5727564. OLE color: 5727564.

HSL color Cylindrical-coordinate representation of color #4C6557: hue angle of 146.4º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #4C6557 is Cyan = 0.25, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 101 87 -
CMYK 0.25 0 0.14 0.60
HSL 146.4º 0.14% 0.35% -
HSV(B) 146.4º 0.25% 0.4% -
XYZ 9.35 11.53 10.75 -
YUV 91.93 125.22 116.64 -
System Red Green Blue C M Y K H S L
Decimal 76 101 87 0.25 0 0.14 0.60 146.4 0.14 0.35
Hex 4C 65 57 19 0 E 3C 92 E 23
Octal 114 145 127 31 0 16 74 222 16 43
Binary 1001100 1100101 1010111 11001 0 1110 111100 10010010 1110 100011

Color Harmonies of #4C6557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6557

Black with #4C6557

Text Example


Text Example

White with #4C6557

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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