Html Css Color HEX #496858 Viridian Green

📋 copy color: '#496858'

red 73 ◦ green 104 ◦ blue 88

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

Shades of Viridian Green #496858

Tints of Viridian Green #496858

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.25%

 BLUE value IS 88 (34.77% from 255) = 33.21%

R = 27.55%
G = 39.25%
B = 33.21%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#496858 (or 0x496858) is known color: Viridian Green. HEX triplet: 49, 68 and 58. RGB value is (73,104,88). Sum of RGB (Red+Green+Blue) = 73+104+88=265 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.55% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #496858 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496858 is #B697A7. Grayscale: #5C5C5C. Windows color (decimal): -11966376 or 5793865. OLE color: 5793865.

HSL color Cylindrical-coordinate representation of color #496858: hue angle of 149.03º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #496858 is Cyan = 0.30, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 73 104 88 -
CMYK 0.30 0 0.15 0.59
HSL 149.03º 0.18% 0.35% -
HSV(B) 149.03º 0.3% 0.41% -
XYZ 9.46 12.02 11.05 -
YUV 92.91 125.23 113.8 -
System Red Green Blue C M Y K H S L
Decimal 73 104 88 0.30 0 0.15 0.59 149.03 0.18 0.35
Hex 49 68 58 1E 0 F 3B 95 12 23
Octal 111 150 130 36 0 17 73 225 22 43
Binary 1001001 1101000 1011000 11110 0 1111 111011 10010101 10010 100011

Color Harmonies of #496858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496858

Black with #496858

Text Example


Text Example

White with #496858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496858; }

 p { color: rgb(73,104,88); }

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

background-color css

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

 a { background-color: rgb(73,104,88); }

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

border-color css

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

 span { border-color: rgb(73,104,88); }

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