Html Css Color HEX #498372 Viridian

📋 copy color: '#498372'

red 73 ◦ green 131 ◦ blue 114

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

Shades of Viridian #498372

Tints of Viridian #498372

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.19%

 BLUE value IS 114 (44.92% from 255) = 35.85%

R = 22.96%
G = 41.19%
B = 35.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#498372 (or 0x498372) is known color: Viridian. HEX triplet: 49, 83 and 72. RGB value is (73,131,114). Sum of RGB (Red+Green+Blue) = 73+131+114=318 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.96% from 318); Green value is 131 (51.56% from 255 or 41.19% from 318); Blue value is 114 (44.92% from 255 or 35.85% from 318); Max value from RGB is 131 - color contains mainly: green. Hex color #498372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498372 is #B67C8D. Grayscale: #6F6F6F. Windows color (decimal): -11959438 or 7504713. OLE color: 7504713.

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

Color convert

RGB 73 131 114 -
CMYK 0.44 0 0.13 0.49
HSL 162.41º 0.28% 0.4% -
HSV(B) 162.41º 0.44% 0.51% -
XYZ 13.9 18.86 18.83 -
YUV 111.72 129.28 100.38 -
System Red Green Blue C M Y K H S L
Decimal 73 131 114 0.44 0 0.13 0.49 162.41 0.28 0.4
Hex 49 83 72 2C 0 D 31 A2 1C 28
Octal 111 203 162 54 0 15 61 242 34 50
Binary 1001001 10000011 1110010 101100 0 1101 110001 10100010 11100 101000

Color Harmonies of #498372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498372

Black with #498372

Text Example


Text Example

White with #498372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498372; }

 p { color: rgb(73,131,114); }

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

background-color css

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

 a { background-color: rgb(73,131,114); }

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

border-color css

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

 span { border-color: rgb(73,131,114); }

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