Html Css Color HEX #49886C Viridian

📋 copy color: '#49886C'

red 73 ◦ green 136 ◦ blue 108

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

Shades of Viridian #49886C

Tints of Viridian #49886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.9%

 BLUE value IS 108 (42.58% from 255) = 34.07%

R = 23.03%
G = 42.9%
B = 34.07%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#49886C (or 0x49886C) is known color: Viridian. HEX triplet: 49, 88 and 6C. RGB value is (73,136,108). Sum of RGB (Red+Green+Blue) = 73+136+108=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 108 (42.58% from 255 or 34.07% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #49886C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49886C is #B67793. Grayscale: #727272. Windows color (decimal): -11958164 or 7112777. OLE color: 7112777.

HSL color Cylindrical-coordinate representation of color #49886C: hue angle of 153.33º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49886C is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 108 -
CMYK 0.46 0 0.21 0.47
HSL 153.33º 0.3% 0.41% -
HSV(B) 153.33º 0.46% 0.53% -
XYZ 14.26 20.11 17.32 -
YUV 113.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 73 136 108 0.46 0 0.21 0.47 153.33 0.3 0.41
Hex 49 88 6C 2E 0 15 2F 99 1E 29
Octal 111 210 154 56 0 25 57 231 36 51
Binary 1001001 10001000 1101100 101110 0 10101 101111 10011001 11110 101001

Color Harmonies of #49886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49886C

Black with #49886C

Text Example


Text Example

White with #49886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49886C; }

 p { color: rgb(73,136,108); }

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

background-color css

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

 a { background-color: rgb(73,136,108); }

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

border-color css

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

 span { border-color: rgb(73,136,108); }

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