Html Css Color HEX #498274 Viridian

📋 copy color: '#498274'

red 73 ◦ green 130 ◦ blue 116

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

Shades of Viridian #498274

Tints of Viridian #498274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 40.75%

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

R = 22.88%
G = 40.75%
B = 36.36%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#498274 (or 0x498274) is known color: Viridian. HEX triplet: 49, 82 and 74. RGB value is (73,130,116). Sum of RGB (Red+Green+Blue) = 73+130+116=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 130 (51.17% from 255 or 40.75% from 319); Blue value is 116 (45.70% from 255 or 36.36% from 319); Max value from RGB is 130 - color contains mainly: green. Hex color #498274 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498274 is #B67D8B. Grayscale: #6F6F6F. Windows color (decimal): -11959692 or 7635529. OLE color: 7635529.

HSL color Cylindrical-coordinate representation of color #498274: hue angle of 165.26º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #498274 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 116 -
CMYK 0.44 0 0.11 0.49
HSL 165.26º 0.28% 0.4% -
HSV(B) 165.26º 0.44% 0.51% -
XYZ 13.88 18.64 19.39 -
YUV 111.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 73 130 116 0.44 0 0.11 0.49 165.26 0.28 0.4
Hex 49 82 74 2C 0 B 31 A5 1C 28
Octal 111 202 164 54 0 13 61 245 34 50
Binary 1001001 10000010 1110100 101100 0 1011 110001 10100101 11100 101000

Color Harmonies of #498274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498274

Black with #498274

Text Example


Text Example

White with #498274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498274; }

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

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

background-color css

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

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

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

border-color css

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

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

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