Html Css Color HEX #498270 Viridian

📋 copy color: '#498270'

red 73 ◦ green 130 ◦ blue 112

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

Shades of Viridian #498270

Tints of Viridian #498270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 35.56%

R = 23.17%
G = 41.27%
B = 35.56%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#498270 (or 0x498270) is known color: Viridian. HEX triplet: 49, 82 and 70. RGB value is (73,130,112). Sum of RGB (Red+Green+Blue) = 73+130+112=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #498270 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498270 is #B67D8F. Grayscale: #6E6E6E. Windows color (decimal): -11959696 or 7373385. OLE color: 7373385.

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

Color convert

RGB 73 130 112 -
CMYK 0.44 0 0.14 0.49
HSL 161.05º 0.28% 0.4% -
HSV(B) 161.05º 0.44% 0.51% -
XYZ 13.65 18.55 18.19 -
YUV 110.91 128.62 100.96 -
System Red Green Blue C M Y K H S L
Decimal 73 130 112 0.44 0 0.14 0.49 161.05 0.28 0.4
Hex 49 82 70 2C 0 E 31 A1 1C 28
Octal 111 202 160 54 0 16 61 241 34 50
Binary 1001001 10000010 1110000 101100 0 1110 110001 10100001 11100 101000

Color Harmonies of #498270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498270

Black with #498270

Text Example


Text Example

White with #498270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498270; }

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

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

background-color css

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

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

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

border-color css

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

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

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