Html Css Color HEX #496B5A Viridian Green

📋 copy color: '#496B5A'

red 73 ◦ green 107 ◦ blue 90

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

Shades of Viridian Green #496B5A

Tints of Viridian Green #496B5A

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.63%

 BLUE value IS 90 (35.55% from 255) = 33.33%

R = 27.04%
G = 39.63%
B = 33.33%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#496B5A (or 0x496B5A) is known color: Viridian Green. HEX triplet: 49, 6B and 5A. RGB value is (73,107,90). Sum of RGB (Red+Green+Blue) = 73+107+90=270 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.04% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 90 (35.55% from 255 or 33.33% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #496B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B5A is #B694A5. Grayscale: #5E5E5E. Windows color (decimal): -11965606 or 5925705. OLE color: 5925705.

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

Color convert

RGB 73 107 90 -
CMYK 0.32 0 0.16 0.58
HSL 150º 0.19% 0.35% -
HSV(B) 150º 0.32% 0.42% -
XYZ 9.85 12.67 11.6 -
YUV 94.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 73 107 90 0.32 0 0.16 0.58 150 0.19 0.35
Hex 49 6B 5A 20 0 10 3A 96 13 23
Octal 111 153 132 40 0 20 72 226 23 43
Binary 1001001 1101011 1011010 100000 0 10000 111010 10010110 10011 100011

Color Harmonies of #496B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B5A

Black with #496B5A

Text Example


Text Example

White with #496B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,107,90); }

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

background-color css

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

 a { background-color: rgb(73,107,90); }

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

border-color css

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

 span { border-color: rgb(73,107,90); }

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