Html Css Color HEX #4C6456 Feldgrau

📋 copy color: '#4C6456'

red 76 ◦ green 100 ◦ blue 86

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

Shades of Feldgrau #4C6456

Tints of Feldgrau #4C6456

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.17%

 BLUE value IS 86 (33.98% from 255) = 32.82%

R = 29.01%
G = 38.17%
B = 32.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#4C6456 (or 0x4C6456) is known color: Feldgrau. HEX triplet: 4C, 64 and 56. RGB value is (76,100,86). Sum of RGB (Red+Green+Blue) = 76+100+86=262 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.01% from 262); Green value is 100 (39.45% from 255 or 38.17% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 100 - color contains mainly: green. Hex color #4C6456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6456 is #B39BA9. Grayscale: #5B5B5B. Windows color (decimal): -11770794 or 5661772. OLE color: 5661772.

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

Color convert

RGB 76 100 86 -
CMYK 0.24 0 0.14 0.61
HSL 145º 0.14% 0.35% -
HSV(B) 145º 0.24% 0.39% -
XYZ 9.22 11.32 10.5 -
YUV 91.23 125.05 117.14 -
System Red Green Blue C M Y K H S L
Decimal 76 100 86 0.24 0 0.14 0.61 145 0.14 0.35
Hex 4C 64 56 18 0 E 3D 91 E 23
Octal 114 144 126 30 0 16 75 221 16 43
Binary 1001100 1100100 1010110 11000 0 1110 111101 10010001 1110 100011

Color Harmonies of #4C6456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6456

Black with #4C6456

Text Example


Text Example

White with #4C6456

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,100,86); }

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

background-color css

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

 a { background-color: rgb(76,100,86); }

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

border-color css

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

 span { border-color: rgb(76,100,86); }

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