Html Css Color HEX #496756 Feldgrau

📋 copy color: '#496756'

red 73 ◦ green 103 ◦ blue 86

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

Shades of Feldgrau #496756

Tints of Feldgrau #496756

RGB

 RED value IS 73 (28.91% from 255) = 27.86%

 GREEN value IS 103 (40.63% from 255) = 39.31%

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

R = 27.86%
G = 39.31%
B = 32.82%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#496756 (or 0x496756) is known color: Feldgrau. HEX triplet: 49, 67 and 56. RGB value is (73,103,86). Sum of RGB (Red+Green+Blue) = 73+103+86=262 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.86% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 86 (33.98% from 255 or 32.82% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #496756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496756 is #B698A9. Grayscale: #5C5C5C. Windows color (decimal): -11966634 or 5662537. OLE color: 5662537.

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

Color convert

RGB 73 103 86 -
CMYK 0.29 0 0.17 0.60
HSL 146º 0.17% 0.35% -
HSV(B) 146º 0.29% 0.4% -
XYZ 9.28 11.79 10.59 -
YUV 92.09 124.56 114.38 -
System Red Green Blue C M Y K H S L
Decimal 73 103 86 0.29 0 0.17 0.60 146 0.17 0.35
Hex 49 67 56 1D 0 11 3C 92 11 23
Octal 111 147 126 35 0 21 74 222 21 43
Binary 1001001 1100111 1010110 11101 0 10001 111100 10010010 10001 100011

Color Harmonies of #496756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496756

Black with #496756

Text Example


Text Example

White with #496756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496756; }

 p { color: rgb(73,103,86); }

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

background-color css

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

 a { background-color: rgb(73,103,86); }

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

border-color css

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

 span { border-color: rgb(73,103,86); }

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