Html Css Color HEX #498275 Viridian

📋 copy color: '#498275'

red 73 ◦ green 130 ◦ blue 117

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

Shades of Viridian #498275

Tints of Viridian #498275

RGB

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

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

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

R = 22.81%
G = 40.63%
B = 36.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.1

 K value IS 0.49

RGB Variations

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

Color information

#498275 (or 0x498275) is known color: Viridian. HEX triplet: 49, 82 and 75. RGB value is (73,130,117). Sum of RGB (Red+Green+Blue) = 73+130+117=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 130 (51.17% from 255 or 40.62% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 130 - color contains mainly: green. Hex color #498275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498275 is #B67D8A. Grayscale: #6F6F6F. Windows color (decimal): -11959691 or 7701065. OLE color: 7701065.

HSL color Cylindrical-coordinate representation of color #498275: hue angle of 166.32º 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 #498275 is Cyan = 0.44, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 117 -
CMYK 0.44 0 0.1 0.49
HSL 166.32º 0.28% 0.4% -
HSV(B) 166.32º 0.44% 0.51% -
XYZ 13.94 18.67 19.7 -
YUV 111.48 131.12 100.56 -
System Red Green Blue C M Y K H S L
Decimal 73 130 117 0.44 0 0.1 0.49 166.32 0.28 0.4
Hex 49 82 75 2C 0 A 31 A6 1C 28
Octal 111 202 165 54 0 12 61 246 34 50
Binary 1001001 10000010 1110101 101100 0 1010 110001 10100110 11100 101000

Color Harmonies of #498275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498275

Black with #498275

Text Example


Text Example

White with #498275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498275; }

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

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

background-color css

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

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

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

border-color css

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

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

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