Html Css Color HEX #499073 Viridian

📋 copy color: '#499073'

red 73 ◦ green 144 ◦ blue 115

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

Shades of Viridian #499073

Tints of Viridian #499073

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.37%

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

R = 21.99%
G = 43.37%
B = 34.64%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.44

RGB Variations

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

Color information

#499073 (or 0x499073) is known color: Viridian. HEX triplet: 49, 90 and 73. RGB value is (73,144,115). Sum of RGB (Red+Green+Blue) = 73+144+115=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #499073 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499073 is #B66F8C. Grayscale: #777777. Windows color (decimal): -11956109 or 7573577. OLE color: 7573577.

HSL color Cylindrical-coordinate representation of color #499073: hue angle of 155.49º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #499073 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.44.

Color convert

RGB 73 144 115 -
CMYK 0.49 0 0.20 0.44
HSL 155.49º 0.33% 0.43% -
HSV(B) 155.49º 0.49% 0.56% -
XYZ 15.82 22.6 19.75 -
YUV 119.47 125.48 94.86 -
System Red Green Blue C M Y K H S L
Decimal 73 144 115 0.49 0 0.20 0.44 155.49 0.33 0.43
Hex 49 90 73 31 0 14 2C 9B 21 2B
Octal 111 220 163 61 0 24 54 233 41 53
Binary 1001001 10010000 1110011 110001 0 10100 101100 10011011 100001 101011

Color Harmonies of #499073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499073

Black with #499073

Text Example


Text Example

White with #499073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499073; }

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

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

background-color css

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

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

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

border-color css

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

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

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