Html Css Color HEX #499277 Viridian

📋 copy color: '#499277'

red 73 ◦ green 146 ◦ blue 119

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

Shades of Viridian #499277

Tints of Viridian #499277

RGB

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

 GREEN value IS 146 (57.42% from 255) = 43.2%

 BLUE value IS 119 (46.88% from 255) = 35.21%

R = 21.6%
G = 43.2%
B = 35.21%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.18

 K value IS 0.43

RGB Variations

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

Color information

#499277 (or 0x499277) is known color: Viridian. HEX triplet: 49, 92 and 77. RGB value is (73,146,119). Sum of RGB (Red+Green+Blue) = 73+146+119=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 146 (57.42% from 255 or 43.20% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 146 - color contains mainly: green. Hex color #499277 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499277 is #B66D88. Grayscale: #797979. Windows color (decimal): -11955593 or 7836233. OLE color: 7836233.

HSL color Cylindrical-coordinate representation of color #499277: hue angle of 157.81º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #499277 is Cyan = 0.5, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 119 -
CMYK 0.5 0 0.18 0.43
HSL 157.81º 0.33% 0.43% -
HSV(B) 157.81º 0.5% 0.57% -
XYZ 16.36 23.31 21.09 -
YUV 121.1 126.82 93.7 -
System Red Green Blue C M Y K H S L
Decimal 73 146 119 0.5 0 0.18 0.43 157.81 0.33 0.43
Hex 49 92 77 32 0 12 2B 9E 21 2B
Octal 111 222 167 62 0 22 53 236 41 53
Binary 1001001 10010010 1110111 110010 0 10010 101011 10011110 100001 101011

Color Harmonies of #499277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499277

Black with #499277

Text Example


Text Example

White with #499277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499277; }

 p { color: rgb(73,146,119); }

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

background-color css

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

 a { background-color: rgb(73,146,119); }

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

border-color css

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

 span { border-color: rgb(73,146,119); }

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