Html Css Color HEX #49846D Viridian

📋 copy color: '#49846D'

red 73 ◦ green 132 ◦ blue 109

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

Shades of Viridian #49846D

Tints of Viridian #49846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.04%

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

R = 23.25%
G = 42.04%
B = 34.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#49846D (or 0x49846D) is known color: Viridian. HEX triplet: 49, 84 and 6D. RGB value is (73,132,109). Sum of RGB (Red+Green+Blue) = 73+132+109=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 132 (51.95% from 255 or 42.04% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 132 - color contains mainly: green. Hex color #49846D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49846D is #B67B92. Grayscale: #6F6F6F. Windows color (decimal): -11959187 or 7177289. OLE color: 7177289.

HSL color Cylindrical-coordinate representation of color #49846D: hue angle of 156.61º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49846D is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 109 -
CMYK 0.45 0 0.17 0.48
HSL 156.61º 0.29% 0.4% -
HSV(B) 156.61º 0.45% 0.52% -
XYZ 13.76 19.02 17.41 -
YUV 111.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 73 132 109 0.45 0 0.17 0.48 156.61 0.29 0.4
Hex 49 84 6D 2D 0 11 30 9D 1D 28
Octal 111 204 155 55 0 21 60 235 35 50
Binary 1001001 10000100 1101101 101101 0 10001 110000 10011101 11101 101000

Color Harmonies of #49846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49846D

Black with #49846D

Text Example


Text Example

White with #49846D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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