Html Css Color HEX #499273 Viridian

📋 copy color: '#499273'

red 73 ◦ green 146 ◦ blue 115

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

Shades of Viridian #499273

Tints of Viridian #499273

RGB

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

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

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

R = 21.86%
G = 43.71%
B = 34.43%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#499273 (or 0x499273) is known color: Viridian. HEX triplet: 49, 92 and 73. RGB value is (73,146,115). Sum of RGB (Red+Green+Blue) = 73+146+115=334 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.86% from 334); Green value is 146 (57.42% from 255 or 43.71% from 334); Blue value is 115 (45.31% from 255 or 34.43% from 334); Max value from RGB is 146 - color contains mainly: green. Hex color #499273 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499273 is #B66D8C. Grayscale: #787878. Windows color (decimal): -11955597 or 7574089. OLE color: 7574089.

HSL color Cylindrical-coordinate representation of color #499273: hue angle of 154.52º 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 #499273 is Cyan = 0.5, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 73 146 115 -
CMYK 0.5 0 0.21 0.43
HSL 154.52º 0.33% 0.43% -
HSV(B) 154.52º 0.5% 0.57% -
XYZ 16.12 23.21 19.85 -
YUV 120.64 124.82 94.02 -
System Red Green Blue C M Y K H S L
Decimal 73 146 115 0.5 0 0.21 0.43 154.52 0.33 0.43
Hex 49 92 73 32 0 15 2B 9B 21 2B
Octal 111 222 163 62 0 25 53 233 41 53
Binary 1001001 10010010 1110011 110010 0 10101 101011 10011011 100001 101011

Color Harmonies of #499273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499273

Black with #499273

Text Example


Text Example

White with #499273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499273; }

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

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

background-color css

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

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

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

border-color css

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

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

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