Html Css Color HEX #498674 Viridian

📋 copy color: '#498674'

red 73 ◦ green 134 ◦ blue 116

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

Shades of Viridian #498674

Tints of Viridian #498674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.49%

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

R = 22.6%
G = 41.49%
B = 35.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.47

RGB Variations

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

Color information

#498674 (or 0x498674) is known color: Viridian. HEX triplet: 49, 86 and 74. RGB value is (73,134,116). Sum of RGB (Red+Green+Blue) = 73+134+116=323 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.60% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 116 (45.70% from 255 or 35.91% from 323); Max value from RGB is 134 - color contains mainly: green. Hex color #498674 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498674 is #B6798B. Grayscale: #717171. Windows color (decimal): -11958668 or 7636553. OLE color: 7636553.

HSL color Cylindrical-coordinate representation of color #498674: hue angle of 162.3º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498674 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 134 116 -
CMYK 0.46 0 0.13 0.47
HSL 162.3º 0.29% 0.41% -
HSV(B) 162.3º 0.46% 0.53% -
XYZ 14.43 19.73 19.57 -
YUV 113.71 129.29 98.96 -
System Red Green Blue C M Y K H S L
Decimal 73 134 116 0.46 0 0.13 0.47 162.3 0.29 0.41
Hex 49 86 74 2E 0 D 2F A2 1D 29
Octal 111 206 164 56 0 15 57 242 35 51
Binary 1001001 10000110 1110100 101110 0 1101 101111 10100010 11101 101001

Color Harmonies of #498674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498674

Black with #498674

Text Example


Text Example

White with #498674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498674; }

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

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

background-color css

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

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

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

border-color css

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

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

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