Html Css Color HEX #49906F Viridian

📋 copy color: '#49906F'

red 73 ◦ green 144 ◦ blue 111

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

Shades of Viridian #49906F

Tints of Viridian #49906F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.84%

R = 22.26%
G = 43.9%
B = 33.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#49906F (or 0x49906F) is known color: Viridian. HEX triplet: 49, 90 and 6F. RGB value is (73,144,111). Sum of RGB (Red+Green+Blue) = 73+144+111=328 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.26% from 328); Green value is 144 (56.64% from 255 or 43.90% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 144 - color contains mainly: green. Hex color #49906F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49906F is #B66F90. Grayscale: #777777. Windows color (decimal): -11956113 or 7311433. OLE color: 7311433.

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

Color convert

RGB 73 144 111 -
CMYK 0.49 0 0.23 0.44
HSL 152.11º 0.33% 0.43% -
HSV(B) 152.11º 0.49% 0.56% -
XYZ 15.59 22.51 18.56 -
YUV 119.01 123.48 95.18 -
System Red Green Blue C M Y K H S L
Decimal 73 144 111 0.49 0 0.23 0.44 152.11 0.33 0.43
Hex 49 90 6F 31 0 17 2C 98 21 2B
Octal 111 220 157 61 0 27 54 230 41 53
Binary 1001001 10010000 1101111 110001 0 10111 101100 10011000 100001 101011

Color Harmonies of #49906F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49906F

Black with #49906F

Text Example


Text Example

White with #49906F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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