#498266

Color #498266 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #498266

Tints of Viridian #498266

Color information

#498266 (or 0x498266) is unknown color: approx Viridian. HEX triplet: 49, 82 and 66. RGB value is (73,130,102). Sum of RGB (Red+Green+Blue) = 73+130+102=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #498266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498266 is #B67D99. Grayscale: #6D6D6D. Windows color (decimal): -11959706 or 6718025. OLE color: 6718025.

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

Color convert

RGB73130102-
CMYK0.4400.220.49
HSL150.53º28.08%39.8%-
HSV(B)150.53º43.85%50.98%-
XYZ13.1318.3415.42-
YUV109.76123.62101.78-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.93%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=23.93%
G=42.62%
B=33.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301020.4400.220.49150.5328.0839.8
Hex4982662C01631971c28
Octal11120214654026612273450
Binary10010011000001011001101011000101101100011001011111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498266; }

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

 H1.HeaderClassName
 {
   color: #498266;
 }
 .AnyTagClassName
 {
   color: #498266;
 }
</style>
background-color css

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

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

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

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

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

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