Html Css Color HEX #49856E Viridian

📋 copy color: '#49856E'

red 73 ◦ green 133 ◦ blue 110

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

Shades of Viridian #49856E

Tints of Viridian #49856E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 42.09%

 BLUE value IS 110 (43.36% from 255) = 34.81%

R = 23.1%
G = 42.09%
B = 34.81%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#49856E (or 0x49856E) is known color: Viridian. HEX triplet: 49, 85 and 6E. RGB value is (73,133,110). Sum of RGB (Red+Green+Blue) = 73+133+110=316 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.10% from 316); Green value is 133 (52.34% from 255 or 42.09% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 133 - color contains mainly: green. Hex color #49856E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49856E is #B67A91. Grayscale: #707070. Windows color (decimal): -11958930 or 7243081. OLE color: 7243081.

HSL color Cylindrical-coordinate representation of color #49856E: hue angle of 157º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49856E is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 110 -
CMYK 0.45 0 0.17 0.48
HSL 157º 0.29% 0.4% -
HSV(B) 157º 0.45% 0.52% -
XYZ 13.95 19.32 17.75 -
YUV 112.44 126.62 99.87 -
System Red Green Blue C M Y K H S L
Decimal 73 133 110 0.45 0 0.17 0.48 157 0.29 0.4
Hex 49 85 6E 2D 0 11 30 9D 1D 28
Octal 111 205 156 55 0 21 60 235 35 50
Binary 1001001 10000101 1101110 101101 0 10001 110000 10011101 11101 101000

Color Harmonies of #49856E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49856E

Black with #49856E

Text Example


Text Example

White with #49856E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49856E; }

 p { color: rgb(73,133,110); }

 H1.HeaderClassName
 {
   color: #49856E;
 }
 .AnyTagClassName
 {
   color: #49856E;
 }
</style>

background-color css

<style>
 a { background-color: #49856E; }

 a { background-color: rgb(73,133,110); }

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

border-color css

<style>
 span { border-color: #49856E; }

 span { border-color: rgb(73,133,110); }

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