#506158

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

Shades of Viridian Green #506158

Tints of Viridian Green #506158

Color information

#506158 (or 0x506158) is unknown color: approx Viridian Green. HEX triplet: 50, 61 and 58. RGB value is (80,97,88). Sum of RGB (Red+Green+Blue) = 80+97+88=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 97 (38.28% from 255 or 36.60% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 97 - color contains mainly: green. Hex color #506158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506158 is #AF9EA7. Grayscale: #5A5A5A. Windows color (decimal): -11509416 or 5792080. OLE color: 5792080.

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

Color convert

RGB809788-
CMYK0.1800.090.62
HSL148.24º9.6%34.71%-
HSV(B)148.24º17.53%38.04%-
XYZ9.3410.9610.86-
YUV90.89126.37120.23-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 30.19%
GREEN value IS 97 (38.28% from 255) = 36.60%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=30.19%
G=36.60%
B=33.21%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8097880.1800.090.62148.249.634.71
Hex50615812093E94a23
Octal12014113022011762241243
Binary1010000110000110110001001001001111110100101001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506158; }

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

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

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

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

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

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

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

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