Html Css Color HEX #49856D Viridian

📋 copy color: '#49856D'

red 73 ◦ green 133 ◦ blue 109

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

Shades of Viridian #49856D

Tints of Viridian #49856D

RGB

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

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

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

R = 23.17%
G = 42.22%
B = 34.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.48

RGB Variations

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

Color information

#49856D (or 0x49856D) is known color: Viridian. HEX triplet: 49, 85 and 6D. RGB value is (73,133,109). Sum of RGB (Red+Green+Blue) = 73+133+109=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #49856D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49856D is #B67A92. Grayscale: #707070. Windows color (decimal): -11958931 or 7177545. OLE color: 7177545.

HSL color Cylindrical-coordinate representation of color #49856D: hue angle of 156º 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 #49856D is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 133 109 -
CMYK 0.45 0 0.18 0.48
HSL 156º 0.29% 0.4% -
HSV(B) 156º 0.45% 0.52% -
XYZ 13.9 19.3 17.46 -
YUV 112.32 126.12 99.95 -
System Red Green Blue C M Y K H S L
Decimal 73 133 109 0.45 0 0.18 0.48 156 0.29 0.4
Hex 49 85 6D 2D 0 12 30 9C 1D 28
Octal 111 205 155 55 0 22 60 234 35 50
Binary 1001001 10000101 1101101 101101 0 10010 110000 10011100 11101 101000

Color Harmonies of #49856D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49856D

Black with #49856D

Text Example


Text Example

White with #49856D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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