#506B5E

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

Shades of Viridian Green #506B5E

Tints of Viridian Green #506B5E

Color information

#506B5E (or 0x506B5E) is unknown color: approx Viridian Green. HEX triplet: 50, 6B and 5E. RGB value is (80,107,94). Sum of RGB (Red+Green+Blue) = 80+107+94=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 107 (42.19% from 255 or 38.08% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 107 - color contains mainly: green. Hex color #506B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #506B5E is #AF94A1. Grayscale: #616161. Windows color (decimal): -11506850 or 6187856. OLE color: 6187856.

HSL color Cylindrical-coordinate representation of color #506B5E: hue angle of 151.11º 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 #506B5E is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB8010794-
CMYK0.2500.120.58
HSL151.11º14.44%36.67%-
HSV(B)151.11º25.23%41.96%-
XYZ10.5913.0312.55-
YUV97.44126.05115.56-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 28.47%
GREEN value IS 107 (42.19% from 255) = 38.08%
BLUE value IS 94 (37.11% from 255) = 33.45%
R=28.47%
G=38.08%
B=33.45%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal80107940.2500.120.58151.1114.4436.67
Hex506B5E190C3A97e25
Octal12015313631014722271645
Binary1010000110101110111101100101100111010100101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #506B5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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