Html Css Color HEX #49896F Viridian

📋 copy color: '#49896F'

red 73 ◦ green 137 ◦ blue 111

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

Shades of Viridian #49896F

Tints of Viridian #49896F

RGB

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

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

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

R = 22.74%
G = 42.68%
B = 34.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.19

 K value IS 0.46

RGB Variations

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

Color information

#49896F (or 0x49896F) is known color: Viridian. HEX triplet: 49, 89 and 6F. RGB value is (73,137,111). Sum of RGB (Red+Green+Blue) = 73+137+111=321 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.74% from 321); Green value is 137 (53.91% from 255 or 42.68% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 137 - color contains mainly: green. Hex color #49896F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49896F is #B67690. Grayscale: #727272. Windows color (decimal): -11957905 or 7309641. OLE color: 7309641.

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

Color convert

RGB 73 137 111 -
CMYK 0.47 0 0.19 0.46
HSL 155.63º 0.3% 0.41% -
HSV(B) 155.63º 0.47% 0.54% -
XYZ 14.56 20.46 18.22 -
YUV 114.9 125.8 98.11 -
System Red Green Blue C M Y K H S L
Decimal 73 137 111 0.47 0 0.19 0.46 155.63 0.3 0.41
Hex 49 89 6F 2F 0 13 2E 9C 1E 29
Octal 111 211 157 57 0 23 56 234 36 51
Binary 1001001 10001001 1101111 101111 0 10011 101110 10011100 11110 101001

Color Harmonies of #49896F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49896F

Black with #49896F

Text Example


Text Example

White with #49896F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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