Html Css Color HEX #499474 Viridian

📋 copy color: '#499474'

red 73 ◦ green 148 ◦ blue 116

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

Shades of Viridian #499474

Tints of Viridian #499474

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.92%

 BLUE value IS 116 (45.7% from 255) = 34.42%

R = 21.66%
G = 43.92%
B = 34.42%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#499474 (or 0x499474) is known color: Viridian. HEX triplet: 49, 94 and 74. RGB value is (73,148,116). Sum of RGB (Red+Green+Blue) = 73+148+116=337 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.66% from 337); Green value is 148 (58.20% from 255 or 43.92% from 337); Blue value is 116 (45.70% from 255 or 34.42% from 337); Max value from RGB is 148 - color contains mainly: green. Hex color #499474 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499474 is #B66B8B. Grayscale: #797979. Windows color (decimal): -11955084 or 7640137. OLE color: 7640137.

HSL color Cylindrical-coordinate representation of color #499474: hue angle of 154.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #499474 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 116 -
CMYK 0.51 0 0.22 0.42
HSL 154.4º 0.34% 0.43% -
HSV(B) 154.4º 0.51% 0.58% -
XYZ 16.49 23.86 20.26 -
YUV 121.93 124.65 93.1 -
System Red Green Blue C M Y K H S L
Decimal 73 148 116 0.51 0 0.22 0.42 154.4 0.34 0.43
Hex 49 94 74 33 0 16 2A 9A 22 2B
Octal 111 224 164 63 0 26 52 232 42 53
Binary 1001001 10010100 1110100 110011 0 10110 101010 10011010 100010 101011

Color Harmonies of #499474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499474

Black with #499474

Text Example


Text Example

White with #499474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499474; }

 p { color: rgb(73,148,116); }

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

background-color css

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

 a { background-color: rgb(73,148,116); }

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

border-color css

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

 span { border-color: rgb(73,148,116); }

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