#506058

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

Shades of Viridian Green #506058

Tints of Viridian Green #506058

Color information

#506058 (or 0x506058) is unknown color: approx Viridian Green. HEX triplet: 50, 60 and 58. RGB value is (80,96,88). Sum of RGB (Red+Green+Blue) = 80+96+88=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 96 - color contains mainly: green. Hex color #506058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506058 is #AF9FA7. Grayscale: #5A5A5A. Windows color (decimal): -11509672 or 5791824. OLE color: 5791824.

HSL color Cylindrical-coordinate representation of color #506058: hue angle of 150º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #506058 is Cyan = 0.17, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB809688-
CMYK0.1700.080.62
HSL150º9.09%34.51%-
HSV(B)150º16.67%37.65%-
XYZ9.2510.7810.82-
YUV90.3126.7120.65-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.30%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 88 (34.77% from 255) = 33.33%
R=30.30%
G=36.36%
B=33.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8096880.1700.080.621509.0934.51
Hex50605811083E96923
Octal12014013021010762261143
Binary1010000110000010110001000101000111110100101101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506058; }

 p { color: rgb(80,96,88); }

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

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

 a { background-color: rgb(80,96,88); }

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

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

 span { border-color: rgb(80,96,88); }

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