Html Css Color HEX #496754 Feldgrau

📋 copy color: '#496754'

red 73 ◦ green 103 ◦ blue 84

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

Shades of Feldgrau #496754

Tints of Feldgrau #496754

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 32.31%

R = 28.08%
G = 39.62%
B = 32.31%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.18

 K value IS 0.60

RGB Variations

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

Color information

#496754 (or 0x496754) is known color: Feldgrau. HEX triplet: 49, 67 and 54. RGB value is (73,103,84). Sum of RGB (Red+Green+Blue) = 73+103+84=260 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.08% from 260); Green value is 103 (40.62% from 255 or 39.62% from 260); Blue value is 84 (33.20% from 255 or 32.31% from 260); Max value from RGB is 103 - color contains mainly: green. Hex color #496754 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496754 is #B698AB. Grayscale: #5B5B5B. Windows color (decimal): -11966636 or 5531465. OLE color: 5531465.

HSL color Cylindrical-coordinate representation of color #496754: hue angle of 142º 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 #496754 is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.60.

Color convert

RGB 73 103 84 -
CMYK 0.29 0 0.18 0.60
HSL 142º 0.17% 0.35% -
HSV(B) 142º 0.29% 0.4% -
XYZ 9.2 11.76 10.17 -
YUV 91.86 123.56 114.54 -
System Red Green Blue C M Y K H S L
Decimal 73 103 84 0.29 0 0.18 0.60 142 0.17 0.35
Hex 49 67 54 1D 0 12 3C 8E 11 23
Octal 111 147 124 35 0 22 74 216 21 43
Binary 1001001 1100111 1010100 11101 0 10010 111100 10001110 10001 100011

Color Harmonies of #496754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496754

Black with #496754

Text Example


Text Example

White with #496754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496754; }

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

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

background-color css

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

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

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

border-color css

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

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

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