Html Css Color HEX #496C5D Viridian Green

📋 copy color: '#496C5D'

red 73 ◦ green 108 ◦ blue 93

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

Shades of Viridian Green #496C5D

Tints of Viridian Green #496C5D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.42%

 BLUE value IS 93 (36.72% from 255) = 33.94%

R = 26.64%
G = 39.42%
B = 33.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#496C5D (or 0x496C5D) is known color: Viridian Green. HEX triplet: 49, 6C and 5D. RGB value is (73,108,93). Sum of RGB (Red+Green+Blue) = 73+108+93=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 108 (42.58% from 255 or 39.42% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 108 - color contains mainly: green. Hex color #496C5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496C5D is #B693A2. Grayscale: #5F5F5F. Windows color (decimal): -11965347 or 6122569. OLE color: 6122569.

HSL color Cylindrical-coordinate representation of color #496C5D: hue angle of 154.29º 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 #496C5D is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 108 93 -
CMYK 0.32 0 0.14 0.58
HSL 154.29º 0.19% 0.35% -
HSV(B) 154.29º 0.32% 0.42% -
XYZ 10.09 12.93 12.32 -
YUV 95.83 126.4 111.72 -
System Red Green Blue C M Y K H S L
Decimal 73 108 93 0.32 0 0.14 0.58 154.29 0.19 0.35
Hex 49 6C 5D 20 0 E 3A 9A 13 23
Octal 111 154 135 40 0 16 72 232 23 43
Binary 1001001 1101100 1011101 100000 0 1110 111010 10011010 10011 100011

Color Harmonies of #496C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496C5D

Black with #496C5D

Text Example


Text Example

White with #496C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,108,93); }

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

background-color css

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

 a { background-color: rgb(73,108,93); }

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

border-color css

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

 span { border-color: rgb(73,108,93); }

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