Html Css Color HEX #49886F Viridian

📋 copy color: '#49886F'

red 73 ◦ green 136 ◦ blue 111

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

Shades of Viridian #49886F

Tints of Viridian #49886F

RGB

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

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

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

R = 22.81%
G = 42.5%
B = 34.69%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#49886F (or 0x49886F) is known color: Viridian. HEX triplet: 49, 88 and 6F. RGB value is (73,136,111). Sum of RGB (Red+Green+Blue) = 73+136+111=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 136 - color contains mainly: green. Hex color #49886F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49886F is #B67790. Grayscale: #727272. Windows color (decimal): -11958161 or 7309385. OLE color: 7309385.

HSL color Cylindrical-coordinate representation of color #49886F: hue angle of 156.19º 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 #49886F is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 111 -
CMYK 0.46 0 0.18 0.47
HSL 156.19º 0.3% 0.41% -
HSV(B) 156.19º 0.46% 0.53% -
XYZ 14.42 20.17 18.17 -
YUV 114.31 126.13 98.53 -
System Red Green Blue C M Y K H S L
Decimal 73 136 111 0.46 0 0.18 0.47 156.19 0.3 0.41
Hex 49 88 6F 2E 0 12 2F 9C 1E 29
Octal 111 210 157 56 0 22 57 234 36 51
Binary 1001001 10001000 1101111 101110 0 10010 101111 10011100 11110 101001

Color Harmonies of #49886F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49886F

Black with #49886F

Text Example


Text Example

White with #49886F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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