Html Css Color HEX #4C6356 Feldgrau

📋 copy color: '#4C6356'

red 76 ◦ green 99 ◦ blue 86

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

Shades of Feldgrau #4C6356

Tints of Feldgrau #4C6356

RGB

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

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

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

R = 29.12%
G = 37.93%
B = 32.95%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.13

 K value IS 0.61

RGB Variations

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

Color information

#4C6356 (or 0x4C6356) is known color: Feldgrau. HEX triplet: 4C, 63 and 56. RGB value is (76,99,86). Sum of RGB (Red+Green+Blue) = 76+99+86=261 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.12% from 261); Green value is 99 (39.06% from 255 or 37.93% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 99 - color contains mainly: green. Hex color #4C6356 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4C6356 is #B39CA9. Grayscale: #5A5A5A. Windows color (decimal): -11771050 or 5661516. OLE color: 5661516.

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

Color convert

RGB 76 99 86 -
CMYK 0.23 0 0.13 0.61
HSL 146.09º 0.13% 0.34% -
HSV(B) 146.09º 0.23% 0.39% -
XYZ 9.12 11.13 10.47 -
YUV 90.64 125.38 117.56 -
System Red Green Blue C M Y K H S L
Decimal 76 99 86 0.23 0 0.13 0.61 146.09 0.13 0.34
Hex 4C 63 56 17 0 D 3D 92 D 22
Octal 114 143 126 27 0 15 75 222 15 42
Binary 1001100 1100011 1010110 10111 0 1101 111101 10010010 1101 100010

Color Harmonies of #4C6356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C6356

Black with #4C6356

Text Example


Text Example

White with #4C6356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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