Html Css Color HEX #49836F Viridian

📋 copy color: '#49836F'

red 73 ◦ green 131 ◦ blue 111

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

Shades of Viridian #49836F

Tints of Viridian #49836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.59%

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

R = 23.17%
G = 41.59%
B = 35.24%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#49836F (or 0x49836F) is known color: Viridian. HEX triplet: 49, 83 and 6F. RGB value is (73,131,111). Sum of RGB (Red+Green+Blue) = 73+131+111=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 131 (51.56% from 255 or 41.59% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 131 - color contains mainly: green. Hex color #49836F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49836F is #B67C90. Grayscale: #6F6F6F. Windows color (decimal): -11959441 or 7308105. OLE color: 7308105.

HSL color Cylindrical-coordinate representation of color #49836F: hue angle of 159.31º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #49836F is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 131 111 -
CMYK 0.44 0 0.15 0.49
HSL 159.31º 0.28% 0.4% -
HSV(B) 159.31º 0.44% 0.51% -
XYZ 13.73 18.8 17.94 -
YUV 111.38 127.78 100.63 -
System Red Green Blue C M Y K H S L
Decimal 73 131 111 0.44 0 0.15 0.49 159.31 0.28 0.4
Hex 49 83 6F 2C 0 F 31 9F 1C 28
Octal 111 203 157 54 0 17 61 237 34 50
Binary 1001001 10000011 1101111 101100 0 1111 110001 10011111 11100 101000

Color Harmonies of #49836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49836F

Black with #49836F

Text Example


Text Example

White with #49836F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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