Html Css Color HEX #49896B Viridian

📋 copy color: '#49896B'

red 73 ◦ green 137 ◦ blue 107

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

Shades of Viridian #49896B

Tints of Viridian #49896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.22%

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

R = 23.03%
G = 43.22%
B = 33.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#49896B (or 0x49896B) is known color: Viridian. HEX triplet: 49, 89 and 6B. RGB value is (73,137,107). Sum of RGB (Red+Green+Blue) = 73+137+107=317 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.03% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #49896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49896B is #B67694. Grayscale: #727272. Windows color (decimal): -11957909 or 7047497. OLE color: 7047497.

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

Color convert

RGB 73 137 107 -
CMYK 0.47 0 0.22 0.46
HSL 151.88º 0.3% 0.41% -
HSV(B) 151.88º 0.47% 0.54% -
XYZ 14.35 20.37 17.09 -
YUV 114.44 123.8 98.44 -
System Red Green Blue C M Y K H S L
Decimal 73 137 107 0.47 0 0.22 0.46 151.88 0.3 0.41
Hex 49 89 6B 2F 0 16 2E 98 1E 29
Octal 111 211 153 57 0 26 56 230 36 51
Binary 1001001 10001001 1101011 101111 0 10110 101110 10011000 11110 101001

Color Harmonies of #49896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49896B

Black with #49896B

Text Example


Text Example

White with #49896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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