#498268

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

Shades of Viridian #498268

Tints of Viridian #498268

Color information

#498268 (or 0x498268) is unknown color: approx Viridian. HEX triplet: 49, 82 and 68. RGB value is (73,130,104). Sum of RGB (Red+Green+Blue) = 73+130+104=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #498268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498268 is #B67D97. Grayscale: #6E6E6E. Windows color (decimal): -11959704 or 6849097. OLE color: 6849097.

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

Color convert

RGB73130104-
CMYK0.4400.20.49
HSL152.63º28.08%39.8%-
HSV(B)152.63º43.85%50.98%-
XYZ13.2318.3815.95-
YUV109.99124.62101.61-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.78%
GREEN value IS 130 (51.17% from 255) = 42.35%
BLUE value IS 104 (41.02% from 255) = 33.88%
R=23.78%
G=42.35%
B=33.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal731301040.4400.20.49152.6328.0839.8
Hex4982682C01431991c28
Octal11120215054024612313450
Binary10010011000001011010001011000101001100011001100111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498268; }

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

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

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

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

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

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

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

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