Html Css Color HEX #49906C Viridian

📋 copy color: '#49906C'

red 73 ◦ green 144 ◦ blue 108

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

Shades of Viridian #49906C

Tints of Viridian #49906C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.31%

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

R = 22.46%
G = 44.31%
B = 33.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#49906C (or 0x49906C) is known color: Viridian. HEX triplet: 49, 90 and 6C. RGB value is (73,144,108). Sum of RGB (Red+Green+Blue) = 73+144+108=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 144 - color contains mainly: green. Hex color #49906C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49906C is #B66F93. Grayscale: #767676. Windows color (decimal): -11956116 or 7114825. OLE color: 7114825.

HSL color Cylindrical-coordinate representation of color #49906C: hue angle of 149.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #49906C is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 108 -
CMYK 0.49 0 0.25 0.44
HSL 149.58º 0.33% 0.43% -
HSV(B) 149.58º 0.49% 0.56% -
XYZ 15.43 22.45 17.71 -
YUV 118.67 121.98 95.43 -
System Red Green Blue C M Y K H S L
Decimal 73 144 108 0.49 0 0.25 0.44 149.58 0.33 0.43
Hex 49 90 6C 31 0 19 2C 96 21 2B
Octal 111 220 154 61 0 31 54 226 41 53
Binary 1001001 10010000 1101100 110001 0 11001 101100 10010110 100001 101011

Color Harmonies of #49906C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49906C

Black with #49906C

Text Example


Text Example

White with #49906C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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