#506B60

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

Shades of Viridian Green #506B60

Tints of Viridian Green #506B60

Color information

#506B60 (or 0x506B60) is unknown color: approx Viridian Green. HEX triplet: 50, 6B and 60. RGB value is (80,107,96). Sum of RGB (Red+Green+Blue) = 80+107+96=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #506B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B60 is #AF949F. Grayscale: #616161. Windows color (decimal): -11506848 or 6318928. OLE color: 6318928.

HSL color Cylindrical-coordinate representation of color #506B60: hue angle of 155.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506B60 is Cyan = 0.25, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.58.

Color convert

RGB8010796-
CMYK0.2500.100.58
HSL155.56º14.44%36.67%-
HSV(B)155.56º25.23%41.96%-
XYZ10.6813.0713.03-
YUV97.67127.05115.39-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.27%
GREEN value IS 107 (42.19% from 255) = 37.81%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=28.27%
G=37.81%
B=33.92%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107960.2500.100.58155.5614.4436.67
Hex506B60190A3A9ce25
Octal12015314031012722341645
Binary1010000110101111000001100101010111010100111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #506B60; }

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

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

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

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

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

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

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

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