Html Css Color HEX #49826A Viridian

📋 copy color: '#49826A'

red 73 ◦ green 130 ◦ blue 106

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

Shades of Viridian #49826A

Tints of Viridian #49826A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.3%

R = 23.62%
G = 42.07%
B = 34.3%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.18

 K value IS 0.49

RGB Variations

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

Color information

#49826A (or 0x49826A) is known color: Viridian. HEX triplet: 49, 82 and 6A. RGB value is (73,130,106). Sum of RGB (Red+Green+Blue) = 73+130+106=309 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.62% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 106 (41.80% from 255 or 34.30% from 309); Max value from RGB is 130 - color contains mainly: green. Hex color #49826A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49826A is #B67D95. Grayscale: #6E6E6E. Windows color (decimal): -11959702 or 6980169. OLE color: 6980169.

HSL color Cylindrical-coordinate representation of color #49826A: hue angle of 154.74º 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 #49826A is Cyan = 0.44, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 106 -
CMYK 0.44 0 0.18 0.49
HSL 154.74º 0.28% 0.4% -
HSV(B) 154.74º 0.44% 0.51% -
XYZ 13.33 18.42 16.49 -
YUV 110.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 73 130 106 0.44 0 0.18 0.49 154.74 0.28 0.4
Hex 49 82 6A 2C 0 12 31 9B 1C 28
Octal 111 202 152 54 0 22 61 233 34 50
Binary 1001001 10000010 1101010 101100 0 10010 110001 10011011 11100 101000

Color Harmonies of #49826A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49826A

Black with #49826A

Text Example


Text Example

White with #49826A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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