Html Css Color HEX #49826D Viridian

📋 copy color: '#49826D'

red 73 ◦ green 130 ◦ blue 109

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

Shades of Viridian #49826D

Tints of Viridian #49826D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.67%

 BLUE value IS 109 (42.97% from 255) = 34.94%

R = 23.4%
G = 41.67%
B = 34.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.16

 K value IS 0.49

RGB Variations

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

Color information

#49826D (or 0x49826D) is known color: Viridian. HEX triplet: 49, 82 and 6D. RGB value is (73,130,109). Sum of RGB (Red+Green+Blue) = 73+130+109=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 109 (42.97% from 255 or 34.94% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #49826D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49826D is #B67D92. Grayscale: #6E6E6E. Windows color (decimal): -11959699 or 7176777. OLE color: 7176777.

HSL color Cylindrical-coordinate representation of color #49826D: hue angle of 157.89º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49826D is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 109 -
CMYK 0.44 0 0.16 0.49
HSL 157.89º 0.28% 0.4% -
HSV(B) 157.89º 0.44% 0.51% -
XYZ 13.49 18.49 17.33 -
YUV 110.56 127.12 101.21 -
System Red Green Blue C M Y K H S L
Decimal 73 130 109 0.44 0 0.16 0.49 157.89 0.28 0.4
Hex 49 82 6D 2C 0 10 31 9E 1C 28
Octal 111 202 155 54 0 20 61 236 34 50
Binary 1001001 10000010 1101101 101100 0 10000 110001 10011110 11100 101000

Color Harmonies of #49826D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49826D

Black with #49826D

Text Example


Text Example

White with #49826D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49826D; }

 p { color: rgb(73,130,109); }

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

background-color css

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

 a { background-color: rgb(73,130,109); }

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

border-color css

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

 span { border-color: rgb(73,130,109); }

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