Html Css Color HEX #496A5B Viridian Green

📋 copy color: '#496A5B'

red 73 ◦ green 106 ◦ blue 91

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

Shades of Viridian Green #496A5B

Tints of Viridian Green #496A5B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 39.26%

 BLUE value IS 91 (35.94% from 255) = 33.7%

R = 27.04%
G = 39.26%
B = 33.7%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#496A5B (or 0x496A5B) is known color: Viridian Green. HEX triplet: 49, 6A and 5B. RGB value is (73,106,91). Sum of RGB (Red+Green+Blue) = 73+106+91=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 106 - color contains mainly: green. Hex color #496A5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496A5B is #B695A4. Grayscale: #5E5E5E. Windows color (decimal): -11965861 or 5990985. OLE color: 5990985.

HSL color Cylindrical-coordinate representation of color #496A5B: hue angle of 152.73º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #496A5B is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 106 91 -
CMYK 0.31 0 0.14 0.58
HSL 152.73º 0.18% 0.35% -
HSV(B) 152.73º 0.31% 0.42% -
XYZ 9.79 12.48 11.79 -
YUV 94.42 126.07 112.72 -
System Red Green Blue C M Y K H S L
Decimal 73 106 91 0.31 0 0.14 0.58 152.73 0.18 0.35
Hex 49 6A 5B 1F 0 E 3A 99 12 23
Octal 111 152 133 37 0 16 72 231 22 43
Binary 1001001 1101010 1011011 11111 0 1110 111010 10011001 10010 100011

Color Harmonies of #496A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496A5B

Black with #496A5B

Text Example


Text Example

White with #496A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496A5B; }

 p { color: rgb(73,106,91); }

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

background-color css

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

 a { background-color: rgb(73,106,91); }

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

border-color css

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

 span { border-color: rgb(73,106,91); }

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