Html Css Color HEX #496656 Viridian Green

📋 copy color: '#496656'

red 73 ◦ green 102 ◦ blue 86

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

Shades of Viridian Green #496656

Tints of Viridian Green #496656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.08%

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

R = 27.97%
G = 39.08%
B = 32.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.16

 K value IS 0.6

RGB Variations

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

Color information

#496656 (or 0x496656) is known color: Viridian Green. HEX triplet: 49, 66 and 56. RGB value is (73,102,86). Sum of RGB (Red+Green+Blue) = 73+102+86=261 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.97% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 86 (33.98% from 255 or 32.95% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #496656 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496656 is #B699A9. Grayscale: #5B5B5B. Windows color (decimal): -11966890 or 5662281. OLE color: 5662281.

HSL color Cylindrical-coordinate representation of color #496656: hue angle of 146.9º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496656 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 86 -
CMYK 0.28 0 0.16 0.6
HSL 146.9º 0.17% 0.34% -
HSV(B) 146.9º 0.28% 0.4% -
XYZ 9.18 11.59 10.56 -
YUV 91.51 124.89 114.8 -
System Red Green Blue C M Y K H S L
Decimal 73 102 86 0.28 0 0.16 0.6 146.9 0.17 0.34
Hex 49 66 56 1C 0 10 3C 93 11 22
Octal 111 146 126 34 0 20 74 223 21 42
Binary 1001001 1100110 1010110 11100 0 10000 111100 10010011 10001 100010

Color Harmonies of #496656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496656

Black with #496656

Text Example


Text Example

White with #496656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496656; }

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

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

background-color css

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

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

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

border-color css

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

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

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