Html Css Color HEX #49896C Viridian

📋 copy color: '#49896C'

red 73 ◦ green 137 ◦ blue 108

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

Shades of Viridian #49896C

Tints of Viridian #49896C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 22.96%
G = 43.08%
B = 33.96%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#49896C (or 0x49896C) is known color: Viridian. HEX triplet: 49, 89 and 6C. RGB value is (73,137,108). Sum of RGB (Red+Green+Blue) = 73+137+108=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 137 (53.91% from 255 or 43.08% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 137 - color contains mainly: green. Hex color #49896C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49896C is #B67693. Grayscale: #727272. Windows color (decimal): -11957908 or 7113033. OLE color: 7113033.

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

Color convert

RGB 73 137 108 -
CMYK 0.47 0 0.21 0.46
HSL 152.81º 0.3% 0.41% -
HSV(B) 152.81º 0.47% 0.54% -
XYZ 14.4 20.39 17.36 -
YUV 114.56 124.3 98.36 -
System Red Green Blue C M Y K H S L
Decimal 73 137 108 0.47 0 0.21 0.46 152.81 0.3 0.41
Hex 49 89 6C 2F 0 15 2E 99 1E 29
Octal 111 211 154 57 0 25 56 231 36 51
Binary 1001001 10001001 1101100 101111 0 10101 101110 10011001 11110 101001

Color Harmonies of #49896C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49896C

Black with #49896C

Text Example


Text Example

White with #49896C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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