#498568

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

Shades of Viridian #498568

Tints of Viridian #498568

Color information

#498568 (or 0x498568) is unknown color: approx Viridian. HEX triplet: 49, 85 and 68. RGB value is (73,133,104). Sum of RGB (Red+Green+Blue) = 73+133+104=310 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.55% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #498568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498568 is #B67A97. Grayscale: #6F6F6F. Windows color (decimal): -11958936 or 6849865. OLE color: 6849865.

HSL color Cylindrical-coordinate representation of color #498568: hue angle of 151º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #498568 is Cyan = 0.45, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB73133104-
CMYK0.4500.220.48
HSL151º29.13%40.39%-
HSV(B)151º45.11%52.16%-
XYZ13.6319.1916.08-
YUV111.75123.62100.36-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 23.55%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 104 (41.02% from 255) = 33.55%
R=23.55%
G=42.90%
B=33.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal731331040.4500.220.4815129.1340.39
Hex4985682D01630971d28
Octal11120515055026602273550
Binary10010011000010111010001011010101101100001001011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498568; }

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

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

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

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

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

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

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

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