Html Css Color HEX #49826E Viridian

📋 copy color: '#49826E'

red 73 ◦ green 130 ◦ blue 110

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

Shades of Viridian #49826E

Tints of Viridian #49826E

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.53%

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

R = 23.32%
G = 41.53%
B = 35.14%

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

#49826E (or 0x49826E) is known color: Viridian. HEX triplet: 49, 82 and 6E. RGB value is (73,130,110). Sum of RGB (Red+Green+Blue) = 73+130+110=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 130 (51.17% from 255 or 41.53% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 130 - color contains mainly: green. Hex color #49826E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #49826E is #B67D91. Grayscale: #6E6E6E. Windows color (decimal): -11959698 or 7242313. OLE color: 7242313.

HSL color Cylindrical-coordinate representation of color #49826E: hue angle of 158.95º 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 #49826E is Cyan = 0.44, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 110 -
CMYK 0.44 0 0.15 0.49
HSL 158.95º 0.28% 0.4% -
HSV(B) 158.95º 0.44% 0.51% -
XYZ 13.54 18.51 17.61 -
YUV 110.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 73 130 110 0.44 0 0.15 0.49 158.95 0.28 0.4
Hex 49 82 6E 2C 0 F 31 9F 1C 28
Octal 111 202 156 54 0 17 61 237 34 50
Binary 1001001 10000010 1101110 101100 0 1111 110001 10011111 11100 101000

Color Harmonies of #49826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49826E

Black with #49826E

Text Example


Text Example

White with #49826E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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