Html Css Color HEX #49896D Viridian

📋 copy color: '#49896D'

red 73 ◦ green 137 ◦ blue 109

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

Shades of Viridian #49896D

Tints of Viridian #49896D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.17%

R = 22.88%
G = 42.95%
B = 34.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#49896D (or 0x49896D) is known color: Viridian. HEX triplet: 49, 89 and 6D. RGB value is (73,137,109). Sum of RGB (Red+Green+Blue) = 73+137+109=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 137 (53.91% from 255 or 42.95% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 137 - color contains mainly: green. Hex color #49896D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49896D is #B67692. Grayscale: #727272. Windows color (decimal): -11957907 or 7178569. OLE color: 7178569.

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

Color convert

RGB 73 137 109 -
CMYK 0.47 0 0.20 0.46
HSL 153.75º 0.3% 0.41% -
HSV(B) 153.75º 0.47% 0.54% -
XYZ 14.45 20.41 17.65 -
YUV 114.67 124.8 98.28 -
System Red Green Blue C M Y K H S L
Decimal 73 137 109 0.47 0 0.20 0.46 153.75 0.3 0.41
Hex 49 89 6D 2F 0 14 2E 9A 1E 29
Octal 111 211 155 57 0 24 56 232 36 51
Binary 1001001 10001001 1101101 101111 0 10100 101110 10011010 11110 101001

Color Harmonies of #49896D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49896D

Black with #49896D

Text Example


Text Example

White with #49896D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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