Html Css Color HEX #49866F Viridian

📋 copy color: '#49866F'

red 73 ◦ green 134 ◦ blue 111

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

Shades of Viridian #49866F

Tints of Viridian #49866F

RGB

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

 GREEN value IS 134 (52.73% from 255) = 42.14%

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

R = 22.96%
G = 42.14%
B = 34.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#49866F (or 0x49866F) is known color: Viridian. HEX triplet: 49, 86 and 6F. RGB value is (73,134,111). Sum of RGB (Red+Green+Blue) = 73+134+111=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 134 (52.73% from 255 or 42.14% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 134 - color contains mainly: green. Hex color #49866F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49866F is #B67990. Grayscale: #717171. Windows color (decimal): -11958673 or 7308873. OLE color: 7308873.

HSL color Cylindrical-coordinate representation of color #49866F: hue angle of 157.38º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #49866F is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 111 -
CMYK 0.46 0 0.17 0.47
HSL 157.38º 0.29% 0.41% -
HSV(B) 157.38º 0.46% 0.53% -
XYZ 14.14 19.61 18.08 -
YUV 113.14 126.79 99.37 -
System Red Green Blue C M Y K H S L
Decimal 73 134 111 0.46 0 0.17 0.47 157.38 0.29 0.41
Hex 49 86 6F 2E 0 11 2F 9D 1D 29
Octal 111 206 157 56 0 21 57 235 35 51
Binary 1001001 10000110 1101111 101110 0 10001 101111 10011101 11101 101001

Color Harmonies of #49866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49866F

Black with #49866F

Text Example


Text Example

White with #49866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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