Html Css Color HEX #498668 Viridian

📋 copy color: '#498668'

red 73 ◦ green 134 ◦ blue 104

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

Shades of Viridian #498668

Tints of Viridian #498668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.44%

R = 23.47%
G = 43.09%
B = 33.44%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#498668 (or 0x498668) is known color: Viridian. HEX triplet: 49, 86 and 68. RGB value is (73,134,104). Sum of RGB (Red+Green+Blue) = 73+134+104=311 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.47% from 311); Green value is 134 (52.73% from 255 or 43.09% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 134 - color contains mainly: green. Hex color #498668 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498668 is #B67997. Grayscale: #707070. Windows color (decimal): -11958680 or 6850121. OLE color: 6850121.

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

Color convert

RGB 73 134 104 -
CMYK 0.46 0 0.22 0.47
HSL 150.49º 0.29% 0.41% -
HSV(B) 150.49º 0.46% 0.53% -
XYZ 13.77 19.47 16.13 -
YUV 112.34 123.29 99.94 -
System Red Green Blue C M Y K H S L
Decimal 73 134 104 0.46 0 0.22 0.47 150.49 0.29 0.41
Hex 49 86 68 2E 0 16 2F 96 1D 29
Octal 111 206 150 56 0 26 57 226 35 51
Binary 1001001 10000110 1101000 101110 0 10110 101111 10010110 11101 101001

Color Harmonies of #498668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498668

Black with #498668

Text Example


Text Example

White with #498668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498668; }

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

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

background-color css

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

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

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

border-color css

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

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

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