Html Css Color HEX #49886B Viridian

📋 copy color: '#49886B'

red 73 ◦ green 136 ◦ blue 107

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

Shades of Viridian #49886B

Tints of Viridian #49886B

RGB

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

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

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

R = 23.1%
G = 43.04%
B = 33.86%

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

#49886B (or 0x49886B) is known color: Viridian. HEX triplet: 49, 88 and 6B. RGB value is (73,136,107). Sum of RGB (Red+Green+Blue) = 73+136+107=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 136 (53.52% from 255 or 43.04% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 136 - color contains mainly: green. Hex color #49886B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49886B is #B67794. Grayscale: #717171. Windows color (decimal): -11958165 or 7047241. OLE color: 7047241.

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

Color convert

RGB 73 136 107 -
CMYK 0.46 0 0.21 0.47
HSL 152.38º 0.3% 0.41% -
HSV(B) 152.38º 0.46% 0.53% -
XYZ 14.21 20.09 17.04 -
YUV 113.86 124.13 98.86 -
System Red Green Blue C M Y K H S L
Decimal 73 136 107 0.46 0 0.21 0.47 152.38 0.3 0.41
Hex 49 88 6B 2E 0 15 2F 98 1E 29
Octal 111 210 153 56 0 25 57 230 36 51
Binary 1001001 10001000 1101011 101110 0 10101 101111 10011000 11110 101001

Color Harmonies of #49886B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49886B

Black with #49886B

Text Example


Text Example

White with #49886B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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