Html Css Color HEX #49856B Viridian

📋 copy color: '#49856B'

red 73 ◦ green 133 ◦ blue 107

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

Shades of Viridian #49856B

Tints of Viridian #49856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 34.19%

R = 23.32%
G = 42.49%
B = 34.19%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#49856B (or 0x49856B) is known color: Viridian. HEX triplet: 49, 85 and 6B. RGB value is (73,133,107). Sum of RGB (Red+Green+Blue) = 73+133+107=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 133 (52.34% from 255 or 42.49% from 313); Blue value is 107 (42.19% from 255 or 34.19% from 313); Max value from RGB is 133 - color contains mainly: green. Hex color #49856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49856B is #B67A94. Grayscale: #707070. Windows color (decimal): -11958933 or 7046473. OLE color: 7046473.

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

Color convert

RGB 73 133 107 -
CMYK 0.45 0 0.20 0.48
HSL 154º 0.29% 0.4% -
HSV(B) 154º 0.45% 0.52% -
XYZ 13.79 19.25 16.9 -
YUV 112.1 125.12 100.11 -
System Red Green Blue C M Y K H S L
Decimal 73 133 107 0.45 0 0.20 0.48 154 0.29 0.4
Hex 49 85 6B 2D 0 14 30 9A 1D 28
Octal 111 205 153 55 0 24 60 232 35 50
Binary 1001001 10000101 1101011 101101 0 10100 110000 10011010 11101 101000

Color Harmonies of #49856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49856B

Black with #49856B

Text Example


Text Example

White with #49856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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