Html Css Color HEX #49846B Viridian

📋 copy color: '#49846B'

red 73 ◦ green 132 ◦ blue 107

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

Shades of Viridian #49846B

Tints of Viridian #49846B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.29%

R = 23.4%
G = 42.31%
B = 34.29%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#49846B (or 0x49846B) is known color: Viridian. HEX triplet: 49, 84 and 6B. RGB value is (73,132,107). Sum of RGB (Red+Green+Blue) = 73+132+107=312 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.40% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 107 (42.19% from 255 or 34.29% from 312); Max value from RGB is 132 - color contains mainly: green. Hex color #49846B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49846B is #B67B94. Grayscale: #6F6F6F. Windows color (decimal): -11959189 or 7046217. OLE color: 7046217.

HSL color Cylindrical-coordinate representation of color #49846B: hue angle of 154.58º 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 #49846B is Cyan = 0.45, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 107 -
CMYK 0.45 0 0.19 0.48
HSL 154.58º 0.29% 0.4% -
HSV(B) 154.58º 0.45% 0.52% -
XYZ 13.65 18.98 16.85 -
YUV 111.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 73 132 107 0.45 0 0.19 0.48 154.58 0.29 0.4
Hex 49 84 6B 2D 0 13 30 9B 1D 28
Octal 111 204 153 55 0 23 60 233 35 50
Binary 1001001 10000100 1101011 101101 0 10011 110000 10011011 11101 101000

Color Harmonies of #49846B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49846B

Black with #49846B

Text Example


Text Example

White with #49846B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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