Html Css Color HEX #499475 Viridian

📋 copy color: '#499475'

red 73 ◦ green 148 ◦ blue 117

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

Shades of Viridian #499475

Tints of Viridian #499475

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 34.62%

R = 21.6%
G = 43.79%
B = 34.62%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#499475 (or 0x499475) is known color: Viridian. HEX triplet: 49, 94 and 75. RGB value is (73,148,117). Sum of RGB (Red+Green+Blue) = 73+148+117=338 (44% of max value = 765). Red value is 73 (28.91% from 255 or 21.60% from 338); Green value is 148 (58.20% from 255 or 43.79% from 338); Blue value is 117 (46.09% from 255 or 34.62% from 338); Max value from RGB is 148 - color contains mainly: green. Hex color #499475 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499475 is #B66B8A. Grayscale: #7A7A7A. Windows color (decimal): -11955083 or 7705673. OLE color: 7705673.

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

Color convert

RGB 73 148 117 -
CMYK 0.51 0 0.21 0.42
HSL 155.2º 0.34% 0.43% -
HSV(B) 155.2º 0.51% 0.58% -
XYZ 16.55 23.88 20.57 -
YUV 122.04 125.15 93.02 -
System Red Green Blue C M Y K H S L
Decimal 73 148 117 0.51 0 0.21 0.42 155.2 0.34 0.43
Hex 49 94 75 33 0 15 2A 9B 22 2B
Octal 111 224 165 63 0 25 52 233 42 53
Binary 1001001 10010100 1110101 110011 0 10101 101010 10011011 100010 101011

Color Harmonies of #499475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499475

Black with #499475

Text Example


Text Example

White with #499475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499475; }

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

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

background-color css

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

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

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

border-color css

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

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

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