Html Css Color HEX #499473 Viridian

📋 copy color: '#499473'

red 73 ◦ green 148 ◦ blue 115

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

Shades of Viridian #499473

Tints of Viridian #499473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.23%

R = 21.73%
G = 44.05%
B = 34.23%

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

#499473 (or 0x499473) is known color: Viridian. HEX triplet: 49, 94 and 73. RGB value is (73,148,115). Sum of RGB (Red+Green+Blue) = 73+148+115=336 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.73% from 336); Green value is 148 (58.20% from 255 or 44.05% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 148 - color contains mainly: green. Hex color #499473 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499473 is #B66B8C. Grayscale: #797979. Windows color (decimal): -11955085 or 7574601. OLE color: 7574601.

HSL color Cylindrical-coordinate representation of color #499473: hue angle of 153.6º 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 #499473 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.42.

Color convert

RGB 73 148 115 -
CMYK 0.51 0 0.22 0.42
HSL 153.6º 0.34% 0.43% -
HSV(B) 153.6º 0.51% 0.58% -
XYZ 16.43 23.83 19.95 -
YUV 121.81 124.15 93.18 -
System Red Green Blue C M Y K H S L
Decimal 73 148 115 0.51 0 0.22 0.42 153.6 0.34 0.43
Hex 49 94 73 33 0 16 2A 9A 22 2B
Octal 111 224 163 63 0 26 52 232 42 53
Binary 1001001 10010100 1110011 110011 0 10110 101010 10011010 100010 101011

Color Harmonies of #499473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499473

Black with #499473

Text Example


Text Example

White with #499473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499473; }

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

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

background-color css

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

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

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

border-color css

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

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

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