Html Css Color HEX #496256 Viridian Green

📋 copy color: '#496256'

red 73 ◦ green 98 ◦ blue 86

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

Shades of Viridian Green #496256

Tints of Viridian Green #496256

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.13%

 BLUE value IS 86 (33.98% from 255) = 33.46%

R = 28.4%
G = 38.13%
B = 33.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#496256 (or 0x496256) is known color: Viridian Green. HEX triplet: 49, 62 and 56. RGB value is (73,98,86). Sum of RGB (Red+Green+Blue) = 73+98+86=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 98 (38.67% from 255 or 38.13% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 98 - color contains mainly: green. Hex color #496256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496256 is #B69DA9. Grayscale: #595959. Windows color (decimal): -11967914 or 5661257. OLE color: 5661257.

HSL color Cylindrical-coordinate representation of color #496256: hue angle of 151.2º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496256 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 86 -
CMYK 0.26 0 0.12 0.62
HSL 151.2º 0.15% 0.34% -
HSV(B) 151.2º 0.26% 0.38% -
XYZ 8.8 10.82 10.43 -
YUV 89.16 126.22 116.48 -
System Red Green Blue C M Y K H S L
Decimal 73 98 86 0.26 0 0.12 0.62 151.2 0.15 0.34
Hex 49 62 56 1A 0 C 3E 97 F 22
Octal 111 142 126 32 0 14 76 227 17 42
Binary 1001001 1100010 1010110 11010 0 1100 111110 10010111 1111 100010

Color Harmonies of #496256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496256

Black with #496256

Text Example


Text Example

White with #496256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496256; }

 p { color: rgb(73,98,86); }

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

background-color css

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

 a { background-color: rgb(73,98,86); }

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

border-color css

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

 span { border-color: rgb(73,98,86); }

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